/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 129 TEE_Result TEE_BigIntConvertFromOctetString(TEE_BigInt *dest, in TEE_BigIntConvertFromOctetString() 176 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal) in TEE_BigIntConvertFromS32() 396 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntAdd() 402 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntSub() 408 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *src) in TEE_BigIntNeg() 430 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntMul() 453 void TEE_BigIntSquare(TEE_BigInt *dest, const TEE_BigInt *op) in TEE_BigIntSquare() 509 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntAddMod() 515 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntSubMod() 521 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntMulMod() [all …]
|
A D | tee_api.c | 321 void *TEE_MemMove(void *dest, const void *src, uint32_t size) in TEE_MemMove()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
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-3.20.0/core/lib/zlib/ |
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
|
A D | zutil.h | 228 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument 232 # define zmemzero(dest, len) memset(dest, 0, len) argument
|
A D | inflate.c | 1493 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
|
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/ |
A D | aml_bin2img.py | 42 def aml_create_header_file(source, dest, entry, res_mem_start, res_mem_size, argument
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | constant_time.c | 302 mbedtls_mpi_uint *dest, in mbedtls_ct_mpi_uint_cond_assign() 409 void mbedtls_ct_memcpy_if_eq( unsigned char *dest, in mbedtls_ct_memcpy_if_eq() 424 void mbedtls_ct_memcpy_offset( unsigned char *dest, in mbedtls_ct_memcpy_offset()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
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-3.20.0/core/drivers/scmi-msg/ |
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-3.20.0/lib/libutils/ext/include/ |
A D | compiler.h | 110 #define __INTOF_ASSIGN(dest, src) (__extension__({ \ argument
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc.c | 849 TEE_Result syscall_open_ta_session(const TEE_UUID *dest, in syscall_open_ta_session()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 581 mbedtls_mpi dest; in exptmod() local
|