Searched refs:PSA_EXPORT_KEY_OUTPUT_SIZE (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 847 TEST_ASSERT(exported_length <= PSA_EXPORT_KEY_OUTPUT_SIZE(type, bits)); in mbedtls_test_psa_exported_key_sanity_check() 1023 exported_size = PSA_EXPORT_KEY_OUTPUT_SIZE( in exercise_export_key() 1073 exported_size = PSA_EXPORT_KEY_OUTPUT_SIZE( in exercise_export_public_key()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 914 #define PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, key_bits) … macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_key_management.c | 105 key_buffer_size = PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, key_bits); in mbedtls_test_opaque_size_function()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 298 PSA_EXPORT_KEY_OUTPUT_SIZE(psa_get_key_type(attributes),
|
D | test_suite_psa_crypto.function | 1268 PSA_EXPORT_KEY_OUTPUT_SIZE(PSA_KEY_TYPE_RSA_PUBLIC_KEY, bits); 1857 PSA_EXPORT_KEY_OUTPUT_SIZE(type, 1925 PSA_EXPORT_KEY_OUTPUT_SIZE(public_type, bits)); 9549 PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, bits); 9614 PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, bits); 10254 size_t export_size = PSA_EXPORT_KEY_OUTPUT_SIZE(type, bits);
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 7972 key_buffer_size = PSA_EXPORT_KEY_OUTPUT_SIZE( in psa_generate_key_ext()
|