Searched refs:psa_aead_encrypt (Results 1 – 16 of 16) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 48 #define psa_aead_encrypt \ macro 49 PSA_FUNCTION_NAME(psa_aead_encrypt)
|
/mbedtls-latest/library/ |
D | ssl_ticket.c | 360 if ((status = psa_aead_encrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_write()
|
D | cipher.c | 1430 status = psa_aead_encrypt(cipher_psa->slot, in mbedtls_cipher_aead_encrypt()
|
D | ssl_msg.c | 1197 status = psa_aead_encrypt(transform->psa_key_enc, in mbedtls_ssl_encrypt_buf()
|
D | psa_crypto.c | 4780 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key, function
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 193 psa_aead_encrypt(key_id, alg,
|
D | test_suite_psa_crypto_se_driver_hal.function | 711 SMOKE_ASSERT(psa_aead_encrypt(key, PSA_ALG_CCM,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1708 status = psa_aead_encrypt(key, alg,
|
D | test_suite_psa_crypto.function | 2368 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/ |
D | crypto.h | 2109 psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key,
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.c | 401 PSA_CHECK(psa_aead_encrypt(wrapping_key, WRAPPING_ALG, in wrap_data()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 87 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 288 status = psa_aead_encrypt(key, alg, in exercise_aead_key()
|
D | psa_test_wrappers.c | 118 …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/ |
D | psa-transition.md | 400 * [`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/ |
D | psa-driver-interface.md | 226 * `"aead_encrypt"`: authenticated encryption with associated data. Called by `psa_aead_encrypt()`.
|