Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c637 size_t public_key_length; in mbedtls_test_psa_key_agreement_with_self() local
651 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_key_type, key_bits); in mbedtls_test_psa_key_agreement_with_self()
652 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_key_agreement_with_self()
653 status = psa_export_public_key(key, public_key, public_key_length, in mbedtls_test_psa_key_agreement_with_self()
654 &public_key_length); in mbedtls_test_psa_key_agreement_with_self()
664 public_key, public_key_length); in mbedtls_test_psa_key_agreement_with_self()
692 size_t public_key_length; in mbedtls_test_psa_raw_key_agreement_with_self() local
708 public_key_length = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_key_type, key_bits); in mbedtls_test_psa_raw_key_agreement_with_self()
709 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_raw_key_agreement_with_self()
711 public_key, public_key_length, in mbedtls_test_psa_raw_key_agreement_with_self()
[all...]
/third_party/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.c279 size_t public_key_length = PSA_PUBKEY_SIZE; in p256_transparent_verify_hash() local
283 size_t *public_key_length_ptr = &public_key_length; in p256_transparent_verify_hash()

Completed in 2 milliseconds