Home
last modified time | relevance | path

Searched refs:PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c522 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_key_type, key_bits ); in mbedtls_test_psa_key_agreement_with_self()
564 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_key_type, key_bits ); in mbedtls_test_psa_raw_key_agreement_with_self()
729 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( type, bits ) ); in mbedtls_test_psa_exported_key_sanity_check()
741 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( type, bits ) ); in mbedtls_test_psa_exported_key_sanity_check()
865 exported_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_type, in exercise_export_public_key()
/third_party/mbedtls/include/psa/
Dcrypto_sizes.h887 #define PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(key_type, key_bits) \ macro
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function954 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_type, bits ) );