Home
last modified time | relevance | path

Searched refs:psa_aead_encrypt (Results 1 – 16 of 16) sorted by relevance

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h48 #define psa_aead_encrypt \ macro
49 PSA_FUNCTION_NAME(psa_aead_encrypt)
/mbedtls-latest/library/
Dssl_ticket.c360 if ((status = psa_aead_encrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_write()
Dcipher.c1430 status = psa_aead_encrypt(cipher_psa->slot, in mbedtls_cipher_aead_encrypt()
Dssl_msg.c1197 status = psa_aead_encrypt(transform->psa_key_enc, in mbedtls_ssl_encrypt_buf()
Dpsa_crypto.c4780 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key, function
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_op_fail.function193 psa_aead_encrypt(key_id, alg,
Dtest_suite_psa_crypto_se_driver_hal.function711 SMOKE_ASSERT(psa_aead_encrypt(key, PSA_ALG_CCM,
Dtest_suite_psa_crypto_driver_wrappers.function1708 status = psa_aead_encrypt(key, alg,
Dtest_suite_psa_crypto.function2368 status = psa_aead_encrypt(key, exercise_alg,
5059 status = psa_aead_encrypt(key, alg,
5148 status = psa_aead_encrypt(key, alg,
/mbedtls-latest/include/psa/
Dcrypto.h2109 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key,
/mbedtls-latest/programs/psa/
Dkey_ladder_demo.c401 PSA_CHECK(psa_aead_encrypt(wrapping_key, WRAPPING_ALG, in wrap_data()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h87 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c288 status = psa_aead_encrypt(key, alg, in exercise_aead_key()
Dpsa_test_wrappers.c118 …psa_status_t status = (psa_aead_encrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_encrypt()
/mbedtls-latest/docs/
Dpsa-transition.md400 * [`psa_aead_encrypt`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group_…
636 …her_generate_iv`, `psa_cipher_encrypt`, `psa_aead_generate_nonce`, `psa_aead_encrypt`, `psa_asymme…
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md226 * `"aead_encrypt"`: authenticated encryption with associated data. Called by `psa_aead_encrypt()`.