Home
last modified time | relevance | path

Searched refs:psa_aead_encrypt (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h60 #define psa_aead_encrypt \ macro
61 PSA_FUNCTION_NAME(psa_aead_encrypt)
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c401 PSA_CHECK(psa_aead_encrypt(wrapping_key, WRAPPING_ALG, in wrap_data()
/third_party/mbedtls/library/
H A Dssl_ticket.c360 if ((status = psa_aead_encrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_write()
H A Dcipher.c1427 status = psa_aead_encrypt(cipher_psa->slot, in mbedtls_cipher_aead_encrypt()
H A Dssl_msg.c1197 status = psa_aead_encrypt(transform->psa_key_enc, in mbedtls_ssl_encrypt_buf()
H A Dpsa_crypto.c4724 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key, in psa_aead_encrypt() function
/third_party/mbedtls/include/psa/
H A Dcrypto.h2106 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h88 #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 Dpsa_test_wrappers.c99 /* 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 Dpsa_exercise_key.c288 status = psa_aead_encrypt(key, alg, in exercise_aead_key()

Completed in 34 milliseconds