Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h50 #define psa_aead_decrypt \ macro
51 PSA_FUNCTION_NAME(psa_aead_decrypt)
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_ticket.c471 if ((status = psa_aead_decrypt(key->key, key->alg, iv, TICKET_IV_BYTES, in mbedtls_ssl_ticket_parse()
Dcipher.c1504 status = psa_aead_decrypt(cipher_psa->slot, in mbedtls_cipher_aead_decrypt()
Dssl_msg.c1624 status = psa_aead_decrypt(transform->psa_key_dec, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4794 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, in psa_aead_decrypt() function
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h2179 psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key,
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c489 PSA_CHECK(psa_aead_decrypt(wrapping_key, WRAPPING_ALG, in unwrap_data()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_op_fail.function198 psa_aead_decrypt(key_id, alg,
Dtest_suite_psa_crypto_se_driver_hal.function703 SMOKE_ASSERT(psa_aead_decrypt(key, PSA_ALG_CCM,
Dtest_suite_psa_crypto_driver_wrappers.function1754 status = psa_aead_decrypt(key, alg,
Dtest_suite_psa_crypto.function2410 status = psa_aead_decrypt(key, exercise_alg,
5108 TEST_EQUAL(psa_aead_decrypt(key, alg,
5238 status = psa_aead_decrypt(key, alg,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h66 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c306 status = psa_aead_decrypt(key, alg, in exercise_aead_key()
Dpsa_test_wrappers.c79 …psa_status_t status = (psa_aead_decrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_decrypt()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md227 * `"aead_decrypt"`: authenticated decryption with associated data. Called by `psa_aead_decrypt()`.
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md401 * [`psa_aead_decrypt`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group_…