Searched defs:src_len (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/lib/libtomcrypt/ |
A D | rsa.c | 181 size_t src_len, uint8_t *dst, size_t *dst_len) in rsadorep() 242 const uint8_t *src, size_t src_len, in crypto_acipher_rsanopad_encrypt() 257 const uint8_t *src, size_t src_len, in crypto_acipher_rsanopad_decrypt() 281 const uint8_t *src, size_t src_len, in crypto_acipher_rsaes_decrypt() 378 const uint8_t *src, size_t src_len, in crypto_acipher_rsaes_encrypt()
|
A D | sm2-pke.c | 109 size_t src_len, uint8_t *dst, size_t *dst_len) in sm2_ltc_pke_decrypt() 332 size_t src_len, uint8_t *dst, size_t *dst_len) in sm2_ltc_pke_encrypt()
|
/optee_os/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 | 189 const uint8_t *src, size_t src_len, in decrypt_es() 244 const uint8_t *src, size_t src_len, in encrypt_es() 279 size_t src_len, uint8_t *dst, size_t *dst_len) in decrypt_nopad() 343 size_t src_len, uint8_t *dst, size_t *dst_len) in encrypt_nopad()
|
/optee_os/lib/libmbedtls/core/ |
A D | rsa.c | 243 const uint8_t *src, size_t src_len, in crypto_acipher_rsanopad_encrypt() 301 const uint8_t *src, size_t src_len, in crypto_acipher_rsanopad_decrypt() 353 const uint8_t *src, size_t src_len, in crypto_acipher_rsaes_decrypt() 442 const uint8_t *src, size_t src_len, in 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/core/drivers/ |
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()
|
/optee_os/core/crypto/ |
A D | crypto.c | 394 size_t src_len, uint8_t *dst_data, in crypto_authenc_update_payload() 406 size_t src_len, uint8_t *dst_data, in crypto_authenc_enc_final() 419 size_t src_len, uint8_t *dst_data, in crypto_authenc_dec_final() 766 const uint8_t *src, size_t src_len, in crypto_acipher_sm2_pke_decrypt() 778 const uint8_t *src, size_t src_len, in crypto_acipher_sm2_pke_encrypt()
|
/optee_os/core/tee/ |
A D | tee_svc_cryp.c | 2589 bool last_block, const void *src, size_t src_len, in tee_svc_cipher_update_helper() 2658 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_update() 2665 size_t src_len, void *dst, uint64_t *dst_len) in syscall_cipher_final() 3289 size_t src_len, void *dst_data, in syscall_authenc_update_payload() 3345 size_t src_len, void *dst_data, in syscall_authenc_enc_final() 3431 const void *src_data, size_t src_len, void *dst_data, in syscall_authenc_dec_final() 3524 size_t num_params, const void *src_data, size_t src_len, in syscall_asymm_operate()
|
/optee_os/lib/libutee/ |
A D | tee_api_operations.c | 874 const void *src_data, size_t src_len, in tee_buffer_update()
|
Completed in 22 milliseconds