Searched refs:PSA_AEAD_DECRYPT_OUTPUT_SIZE (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 573 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));
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 401 … the multi-part API described below.) You can use the macro [`PSA_AEAD_DECRYPT_OUTPUT_SIZE`](https…
|