| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 139 TEE_Result TEE_BigIntConvertFromOctetString(TEE_BigInt *dest, in TEE_BigIntConvertFromOctetString() 164 TEE_Result __GP11_TEE_BigIntConvertFromOctetString(TEE_BigInt *dest, in __GP11_TEE_BigIntConvertFromOctetString() 206 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal) in TEE_BigIntConvertFromS32() 218 TEE_Result TEE_BigIntConvertToS32(int32_t *dest, const TEE_BigInt *src) in TEE_BigIntConvertToS32() 276 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, size_t bits) in TEE_BigIntShiftRight() 317 void __GP11_TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, in __GP11_TEE_BigIntShiftRight() 370 TEE_Result TEE_BigIntAssign(TEE_BigInt *dest, const TEE_BigInt *src) in TEE_BigIntAssign() 388 TEE_Result TEE_BigIntAbs(TEE_BigInt *dest, const TEE_BigInt *src) in TEE_BigIntAbs() 398 static void bigint_binary(TEE_BigInt *dest, const TEE_BigInt *op1, in bigint_binary() 433 static void bigint_binary_mod(TEE_BigInt *dest, const TEE_BigInt *op1, in bigint_binary_mod() [all …]
|
| H A D | tee_api.c | 610 void TEE_MemMove(void *dest, const void *src, size_t size) in TEE_MemMove() 615 void __GP11_TEE_MemMove(void *dest, const void *src, uint32_t size) in __GP11_TEE_MemMove()
|
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_decode.h | 1389 QCBOR_Int64ToInt32(int64_t src, int32_t *dest) in QCBOR_Int64ToInt32() 1400 QCBOR_Int64ToInt16(int64_t src, int16_t *dest) in QCBOR_Int64ToInt16() 1411 QCBOR_Int64ToInt8(int64_t src, int8_t *dest) in QCBOR_Int64ToInt8() 1422 QCBOR_Int64ToUInt32(int64_t src, uint32_t *dest) in QCBOR_Int64ToUInt32() 1439 QCBOR_Int64ToUInt16(int64_t src, uint16_t *dest) in QCBOR_Int64ToUInt16() 1450 QCBOR_Int64ToUInt8(int64_t src, uint8_t *dest) in QCBOR_Int64ToUInt8() 1461 QCBOR_Int64ToUInt64(int64_t src, uint64_t *dest) in QCBOR_Int64ToUInt64()
|
| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | copy_or_zeromem.c | 17 void copy_or_zeromem(const unsigned char* src, unsigned char* dest, unsigned long len, int coz) in copy_or_zeromem()
|
| /optee_os/core/lib/zlib/ |
| H A D | zutil.c | 150 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument 174 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
|
| H A D | zutil.h | 228 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument 232 # define zmemzero(dest, len) memset(dest, 0, len) argument
|
| H A D | inflate.c | 1493 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
|
| /optee_os/core/arch/arm/plat-amlogic/scripts/ |
| H A D | aml_bin2img.py | 42 def aml_create_header_file(source, dest, entry, res_mem_start, res_mem_size, argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time.c | 171 unsigned char *dest, in mbedtls_ct_memcpy_if() 215 void mbedtls_ct_memcpy_offset(unsigned char *dest, in mbedtls_ct_memcpy_offset()
|
| H A D | dhm.c | 115 mbedtls_mpi *dest) in mbedtls_dhm_get_value()
|
| H A D | bignum_core.c | 597 void mbedtls_mpi_core_ct_uint_table_lookup(mbedtls_mpi_uint *dest, in mbedtls_mpi_core_ct_uint_table_lookup()
|
| /optee_os/core/arch/arm/plat-stm32mp1/scripts/ |
| H A D | stm32image.py | 76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument
|
| /optee_os/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H A D | bcrypt.c | 82 unsigned long left, itts, x, y, hashed_pass_len, step_size, steps, dest, used_rounds; in bcrypt_pbkdf_openbsd() local
|
| /optee_os/core/drivers/scmi-msg/ |
| H A D | clock.c | 254 static void write_rate_desc_array_in_buffer(char *dest, unsigned long *rates, in write_rate_desc_array_in_buffer()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | compiler.h | 132 #define __INTOF_ASSIGN(dest, src) (__extension__({ \ argument
|
| /optee_os/core/tee/ |
| H A D | tee_svc.c | 778 TEE_Result syscall_open_ta_session(const TEE_UUID *dest, in syscall_open_ta_session()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 580 mbedtls_mpi dest; in exptmod() local
|