Searched refs:psa_aead_encrypt (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 60 #define psa_aead_encrypt \ macro 61 PSA_FUNCTION_NAME(psa_aead_encrypt)
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 401 PSA_CHECK(psa_aead_encrypt(wrapping_key, WRAPPING_ALG, in wrap_data()
|
/third_party/mbedtls/library/ |
H A D | ssl_ticket.c | 360 if ((status = psa_aead_encrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_write()
|
H A D | cipher.c | 1427 status = psa_aead_encrypt(cipher_psa->slot, in mbedtls_cipher_aead_encrypt()
|
H A D | ssl_msg.c | 1197 status = psa_aead_encrypt(transform->psa_key_enc, in mbedtls_ssl_encrypt_buf()
|
H A D | psa_crypto.c | 4724 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key, in psa_aead_encrypt() function
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 2106 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 88 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, arg5_additional_data_length, arg6_plaintext, arg7_plaintext_length, arg8_ciphertext, arg9_ciphertext_size, arg10_ciphertext_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 99 /* Wrapper for psa_aead_encrypt */ 119 psa_status_t status = (psa_aead_encrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, arg5_additional_data_length, arg6_plaintext, arg7_plaintext_length, arg8_ciphertext, arg9_ciphertext_size, arg10_ciphertext_length); in mbedtls_test_wrap_psa_aead_encrypt()
|
H A D | psa_exercise_key.c | 288 status = psa_aead_encrypt(key, alg, in exercise_aead_key()
|
Completed in 34 milliseconds