Searched defs:dst_len (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | versal_sha3_384.c | 47 static TEE_Result get_ciphertext(uint8_t *dst, size_t dst_len) in get_ciphertext() 68 uint8_t *dst, size_t dst_len) in versal_sha3_384()
|
A D | zynqmp_csu_aes.c | 65 static TEE_Result aes_transfer_enc(const void *src, void *dst, size_t dst_len, in aes_transfer_enc() 279 void *dst, size_t dst_len, in zynqmp_csu_aes_decrypt_data() 331 void *dst, size_t dst_len, in zynqmp_csu_aes_encrypt_data()
|
A D | versal_huk.c | 165 uint8_t *dst, size_t dst_len) in aes_gcm_encrypt()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | apdu.c | 15 uint8_t *dst_data, size_t *dst_len) in crypto_se_do_apdu()
|
A D | rsa.c | 235 uint8_t *dst, size_t *dst_len) in decrypt_es() 290 uint8_t *dst, size_t *dst_len) in encrypt_es() 324 size_t src_len, uint8_t *dst, size_t *dst_len) in decrypt_nopad() 388 size_t src_len, uint8_t *dst, size_t *dst_len) in encrypt_nopad()
|
A D | ctr.c | 88 size_t dst_len = len; in se050_aes_ctr_update() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | rsa.c | 206 size_t src_len, uint8_t *dst, size_t *dst_len) in rsadorep() 274 size_t *dst_len) in sw_crypto_acipher_rsanopad_encrypt() 296 size_t *dst_len) in sw_crypto_acipher_rsanopad_decrypt() 330 size_t *dst_len) in sw_crypto_acipher_rsaes_decrypt() 435 size_t *dst_len) in sw_crypto_acipher_rsaes_encrypt()
|
A D | sm2-pke.c | 110 size_t src_len, uint8_t *dst, size_t *dst_len) in sm2_ltc_pke_decrypt() 333 size_t src_len, uint8_t *dst, size_t *dst_len) in sm2_ltc_pke_encrypt()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | rsa.c | 279 size_t *dst_len) in sw_crypto_acipher_rsanopad_encrypt() 344 size_t *dst_len) in sw_crypto_acipher_rsanopad_decrypt() 405 uint8_t *dst, size_t *dst_len) in sw_crypto_acipher_rsaes_decrypt() 502 uint8_t *dst, size_t *dst_len) in sw_crypto_acipher_rsaes_encrypt()
|
A D | sm2-pke.c | 112 size_t *dst_len) in sm2_mbedtls_pke_decrypt() 304 uint8_t *dst, size_t *dst_len) in sm2_mbedtls_pke_encrypt()
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 398 size_t *dst_len) in crypto_authenc_update_payload() 410 size_t *dst_len, uint8_t *dst_tag, in crypto_authenc_enc_final() 423 size_t *dst_len, const uint8_t *tag, in crypto_authenc_dec_final() 770 uint8_t *dst, size_t *dst_len) in crypto_acipher_sm2_pke_decrypt() 782 uint8_t *dst, size_t *dst_len) in crypto_acipher_sm2_pke_encrypt()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 3031 void *dst, uint64_t *dst_len) in tee_svc_cipher_update_helper() 3102 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_update() 3109 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_final() 3777 uint64_t *dst_len) in syscall_authenc_update_payload() 3836 uint64_t *dst_len, void *tag, in syscall_authenc_enc_final() 3926 uint64_t *dst_len, const void *tag, size_t tag_len) in syscall_authenc_dec_final() 4023 void *dst_data, uint64_t *dst_len) in syscall_asymm_operate()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | rsa.c | 1775 size_t dst_len, in rsa_rsassa_pkcs1_v15_encode()
|
Completed in 26 milliseconds