Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 14 of 14) sorted by relevance

/optee_os-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c129 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 Dtee_api.c321 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 Dcopy_or_zeromem.c17 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 Dzutil.c150 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
174 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
A Dzutil.h228 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument
232 # define zmemzero(dest, len) memset(dest, 0, len) argument
A Dinflate.c1493 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/
A Daml_bin2img.py42 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 Dstm32image.py76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dconstant_time.c302 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 Dbcrypt.c82 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 Dclock.c254 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 Dcompiler.h110 #define __INTOF_ASSIGN(dest, src) (__extension__({ \ argument
/optee_os-3.20.0/core/tee/
A Dtee_svc.c849 TEE_Result syscall_open_ta_session(const TEE_UUID *dest, in syscall_open_ta_session()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c581 mbedtls_mpi dest; in exptmod() local

Completed in 21 milliseconds