Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c139 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 Dtee_api.c610 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 Dqcbor_decode.h1389 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 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/core/lib/zlib/
H A Dzutil.c150 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
174 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
H A Dzutil.h228 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument
232 # define zmemzero(dest, len) memset(dest, 0, len) argument
H A Dinflate.c1493 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py42 def aml_create_header_file(source, dest, entry, res_mem_start, res_mem_size, argument
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dconstant_time.c171 unsigned char *dest, in mbedtls_ct_memcpy_if()
215 void mbedtls_ct_memcpy_offset(unsigned char *dest, in mbedtls_ct_memcpy_offset()
H A Ddhm.c115 mbedtls_mpi *dest) in mbedtls_dhm_get_value()
H A Dbignum_core.c597 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 Dstm32image.py76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H 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/core/drivers/scmi-msg/
H 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/lib/libutils/ext/include/
H A Dcompiler.h132 #define __INTOF_ASSIGN(dest, src) (__extension__({ \ argument
/optee_os/core/tee/
H A Dtee_svc.c778 TEE_Result syscall_open_ta_session(const TEE_UUID *dest, in syscall_open_ta_session()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c580 mbedtls_mpi dest; in exptmod() local