Searched refs:PSA_EXPORT_KEY_OUTPUT_SIZE (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/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()
|
/mbedtls-latest/include/psa/ |
D | crypto_sizes.h | 914 #define PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, key_bits) … macro
|
/mbedtls-latest/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()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 1246 PSA_EXPORT_KEY_OUTPUT_SIZE(PSA_KEY_TYPE_RSA_PUBLIC_KEY, bits); 1837 PSA_EXPORT_KEY_OUTPUT_SIZE(type, 1905 PSA_EXPORT_KEY_OUTPUT_SIZE(public_type, bits)); 9529 PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, bits); 9594 PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, bits); 9665 PSA_EXPORT_KEY_OUTPUT_SIZE(key_type, bits); 10370 size_t export_size = PSA_EXPORT_KEY_OUTPUT_SIZE(type, bits);
|
D | test_suite_psa_crypto_se_driver_hal.function | 311 PSA_EXPORT_KEY_OUTPUT_SIZE(psa_get_key_type(attributes),
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 8051 key_buffer_size = PSA_EXPORT_KEY_OUTPUT_SIZE(
|