Home
last modified time | relevance | path

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

/mbedtls/include/psa/
A Dcrypto_sizes.h413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ macro
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto.function573 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg,
5100 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
5103 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, output_length));
5229 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE
5232 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, input_data->len));
/mbedtls/docs/
A Dpsa-transition.md401 … the multi-part API described below.) You can use the macro [`PSA_AEAD_DECRYPT_OUTPUT_SIZE`](https…

Completed in 22 milliseconds