Searched refs:PSA_AEAD_DECRYPT_OUTPUT_SIZE (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/include/psa/ |
D | crypto_sizes.h | 413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ macro
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 551 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, 5080 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE 5083 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, output_length)); 5209 /* For all currently defined algorithms, PSA_AEAD_DECRYPT_OUTPUT_SIZE 5212 PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, input_data->len));
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 401 … the multi-part API described below.) You can use the macro [`PSA_AEAD_DECRYPT_OUTPUT_SIZE`](https…
|