Searched defs:src_len (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | versal_sha3_384.c | 19 static TEE_Result input_plaintext(const uint8_t *src, size_t src_len) in input_plaintext() 67 TEE_Result versal_sha3_384(const uint8_t *src, size_t src_len, in versal_sha3_384()
|
A D | zynqmp_csu_aes.c | 278 TEE_Result zynqmp_csu_aes_decrypt_data(const void *src, size_t src_len, in zynqmp_csu_aes_decrypt_data() 330 TEE_Result zynqmp_csu_aes_encrypt_data(const void *src, size_t src_len, in zynqmp_csu_aes_encrypt_data()
|
A D | versal_huk.c | 164 static TEE_Result aes_gcm_encrypt(uint8_t *src, size_t src_len, in aes_gcm_encrypt()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | apdu.c | 14 uint8_t *src_data, size_t src_len, in crypto_se_do_apdu()
|
A D | rsa.c | 234 const uint8_t *src, size_t src_len, in decrypt_es() 289 const uint8_t *src, size_t src_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()
|
/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() 273 size_t src_len, uint8_t *dst, in sw_crypto_acipher_rsanopad_encrypt() 295 size_t src_len, uint8_t *dst, in sw_crypto_acipher_rsanopad_decrypt() 329 size_t src_len, uint8_t *dst, in sw_crypto_acipher_rsaes_decrypt() 434 size_t src_len, uint8_t *dst, 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 | 278 size_t src_len, uint8_t *dst, in sw_crypto_acipher_rsanopad_encrypt() 343 size_t src_len, uint8_t *dst, in sw_crypto_acipher_rsanopad_decrypt() 404 const uint8_t *src, size_t src_len, in sw_crypto_acipher_rsaes_decrypt() 501 const uint8_t *src, size_t src_len, in sw_crypto_acipher_rsaes_encrypt()
|
A D | sm2-pke.c | 111 size_t src_len, uint8_t *dst, in sm2_mbedtls_pke_decrypt() 303 const uint8_t *src, size_t src_len, in sm2_mbedtls_pke_encrypt()
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 397 size_t src_len, uint8_t *dst_data, in crypto_authenc_update_payload() 409 size_t src_len, uint8_t *dst_data, in crypto_authenc_enc_final() 422 size_t src_len, uint8_t *dst_data, in crypto_authenc_dec_final() 769 const uint8_t *src, size_t src_len, in crypto_acipher_sm2_pke_decrypt() 781 const uint8_t *src, size_t src_len, in crypto_acipher_sm2_pke_encrypt()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 3030 bool last_block, const void *src, size_t src_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() 3776 size_t src_len, void *dst_data, in syscall_authenc_update_payload() 3835 size_t src_len, void *dst_data, in syscall_authenc_enc_final() 3925 const void *src_data, size_t src_len, void *dst_data, in syscall_authenc_dec_final() 4022 size_t num_params, const void *src_data, size_t src_len, in syscall_asymm_operate()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 882 const void *src_data, size_t src_len, in tee_buffer_update()
|
Completed in 25 milliseconds