Home
last modified time | relevance | path

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

/mbedtls-development/include/psa/
A Dcrypto_sizes.h351 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ macro
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function567 PSA_AEAD_DECRYPT_OUTPUT_SIZE( key_type, alg,
3650 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
3653 PSA_AEAD_DECRYPT_OUTPUT_SIZE( key_type, alg, output_length ) );
3781 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
3784 PSA_AEAD_DECRYPT_OUTPUT_SIZE( key_type, alg, input_data->len ) );

Completed in 11 milliseconds