Searched refs:PSA_AEAD_ENCRYPT_OUTPUT_SIZE (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.c | 379 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, WRAPPING_ALG, input_size); in wrap_data() 468 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, WRAPPING_ALG, header.payload_size); in unwrap_data()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 360 #define PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, plaintext_length) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1683 /* For all currently defined algorithms, PSA_AEAD_ENCRYPT_OUTPUT_SIZE 1686 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, input_data->len)); 2816 /* For all currently defined algorithms, PSA_AEAD_ENCRYPT_OUTPUT_SIZE 2819 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, input_data->len));
|
D | test_suite_psa_crypto.function | 567 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, 5068 /* For all currently defined algorithms, PSA_AEAD_ENCRYPT_OUTPUT_SIZE 5073 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, input_data->len)); 5160 /* For all currently defined algorithms, PSA_AEAD_ENCRYPT_OUTPUT_SIZE 5163 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, input_data->len));
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 400 …[`PSA_AEAD_ENCRYPT_OUTPUT_SIZE`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/f…
|