Home
last modified time | relevance | path

Searched refs:PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c651 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_key_type, key_bits); in mbedtls_test_psa_key_agreement_with_self()
708 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_key_type, key_bits); in mbedtls_test_psa_raw_key_agreement_with_self()
940 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(type, bits)); in mbedtls_test_psa_exported_key_sanity_check()
949 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(type, bits)); in mbedtls_test_psa_exported_key_sanity_check()
974 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(type, bits)); in mbedtls_test_psa_exported_key_sanity_check()
1092 exported_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_type, in exercise_export_public_key()
/third_party/mbedtls/include/psa/
H A Dcrypto_sizes.h943 * size_t buffer_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(key_type, key_bits);
970 #define PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(key_type, key_bits) \ macro
1015 * See also #PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(\p key_type, \p key_bits).

Completed in 4 milliseconds