Home
last modified time | relevance | path

Searched defs:dst (Results 76 – 100 of 127) sorted by relevance

123456

/optee_os/lib/libmbedtls/core/
H A Dhash.c97 struct mbed_hash_ctx *dst = to_hash_ctx(dst_ctx); in mbed_hash_copy_state() local
/optee_os/lib/libutils/ext/
H A Dasan_test.c34 static void *asan_out_of_bounds_memcpy(void *__restrict dst, in asan_out_of_bounds_memcpy()
H A Dsnprintk.c220 static int uuid2str(char *dst, size_t size, void *ptr) in uuid2str()
/optee_os/lib/libutee/include/
H A Dutee_defines.h330 #define TEE_TIME_ADD(t1, t2, dst) do { \ argument
339 #define TEE_TIME_SUB(t1, t2, dst) do { \ argument
/optee_os/core/lib/libtomcrypt/
H A Dhash.c95 struct ltc_hash_ctx *dst = to_hash_ctx(dst_ctx); in ltc_hash_copy_state() local
/optee_os/core/drivers/bnxt/
H A Dbnxt.c60 uint32_t bnxt_write32_multiple(uintptr_t dst, in bnxt_write32_multiple()
/optee_os/core/crypto/
H A Dcbc-mac.c166 struct crypto_cbc_mac_ctx *dst = to_cbc_mac_ctx(dst_ctx); in crypto_cbc_mac_copy_state() local
H A Dcrypto.c211 size_t len, uint8_t *dst) in crypto_cipher_update()
801 uint8_t *dst, size_t *dst_len) in crypto_acipher_sm2_pke_decrypt()
813 uint8_t *dst, size_t *dst_len) in crypto_acipher_sm2_pke_encrypt()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd5.c41 void mbedtls_md5_clone(mbedtls_md5_context *dst, in mbedtls_md5_clone()
H A Dx509_crt.c2730 static int x509_inet_pton_ipv6(const char *src, void *dst) in x509_inet_pton_ipv6()
2827 static int x509_inet_pton_ipv4(const char *src, void *dst) in x509_inet_pton_ipv4()
2865 static int x509_inet_pton_ipv6(const char *src, void *dst) in x509_inet_pton_ipv6()
2870 static int x509_inet_pton_ipv4(const char *src, void *dst) in x509_inet_pton_ipv4()
2877 size_t mbedtls_x509_crt_parse_cn_inet_pton(const char *cn, void *dst) in mbedtls_x509_crt_parse_cn_inet_pton()
H A Dssl_tls13_keys.c105 unsigned char *dst, size_t *dst_len) in ssl_tls13_hkdf_encode_label()
702 unsigned char *dst, in ssl_tls13_calc_finished_core()
773 unsigned char *dst, in mbedtls_ssl_tls13_calculate_verify_data()
H A Dsha1.c41 void mbedtls_sha1_clone(mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
H A Dsha3.c261 void mbedtls_sha3_clone(mbedtls_sha3_context *dst, in mbedtls_sha3_clone()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.h52 struct drvcrypt_buf dst; member
H A Dhpre_montgomery.c178 uint8_t *dst = k; in hpre_montgomery_params_pretreatment() local
H A Dsec_authenc.c744 struct authenc_ctx *dst = dst_ctx; in sec_authenc_copy_state() local
/optee_os/lib/libunw/
H A Dunwind_arm32.c99 static bool copy_in(void *dst, const void *src, size_t n) in copy_in()
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c317 struct stm32_ae_ctx *dst = to_stm32_ae_ctx(dst_ctx); in stm32_ae_copy_state() local
/optee_os/core/drivers/
H A Dversal_trng.c265 static void mix_column_sbox(uint8_t *dst, const uint8_t *f) in mix_column_sbox()
416 uintptr_t dst = 0; in trng_df_algorithm() local
583 static TEE_Result trng_collect_random(struct versal_trng *trng, uint8_t *dst, in trng_collect_random()
H A Dversal_huk.c165 uint8_t *dst, size_t dst_len) in aes_gcm_encrypt()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c672 void caam_hash_hmac_copy_state(struct hashctx *dst, struct hashctx *src) in caam_hash_hmac_copy_state()
/optee_os/core/tee/
H A Dtadb.c302 const void *src, size_t len, void *dst) in tadb_update_payload()
731 void *dst = NULL; in tee_tadb_ta_read() local
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c138 struct versal_mbox_mem dst; member
788 static void do_copy_state_locked(void *dst, void *src) in do_copy_state_locked()
/optee_os/core/kernel/
H A Duser_access.c262 TEE_Result bb_strndup_user(const char *src, size_t maxlen, char **dst, in bb_strndup_user()
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c401 const uint8_t *src, uint8_t *dst, size_t size) in dcp_cipher_do_update()

123456