Home
last modified time | relevance | path

Searched refs:PSA_AEAD_DECRYPT_OUTPUT_SIZE (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h359 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ macro
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function3354 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
3357 PSA_AEAD_DECRYPT_OUTPUT_SIZE( key_type, alg, output_length ) );
3485 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
3488 PSA_AEAD_DECRYPT_OUTPUT_SIZE( key_type, alg, input_data->len ) );
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog134 - PSA_AEAD_DECRYPT_OUTPUT_SIZE -> PSA_AEAD_DECRYPT_OUTPUT_SIZE_2_ARG