Searched refs:psa_key (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkparse.function | 46 mbedtls_svc_key_id_t psa_key = MBEDTLS_SVC_KEY_ID_INIT; 50 TEST_EQUAL(mbedtls_pk_import_into_psa(ctx, &attributes, &psa_key), 0); 51 if (!mbedtls_test_key_consistency_psa_pk(psa_key, ctx)) { 58 TEST_ASSERT(mbedtls_test_psa_exercise_key(psa_key, 67 psa_destroy_key(psa_key);
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_exercise_key.h | 282 int mbedtls_test_key_consistency_psa_pk(mbedtls_svc_key_id_t psa_key,
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 1243 int mbedtls_test_key_consistency_psa_pk(mbedtls_svc_key_id_t psa_key, in mbedtls_test_key_consistency_psa_pk() argument 1250 PSA_ASSERT(psa_get_key_attributes(psa_key, &psa_attributes)); in mbedtls_test_key_consistency_psa_pk() 1306 PSA_ASSERT(psa_export_public_key(psa_key, in mbedtls_test_key_consistency_psa_pk() 1320 PSA_ASSERT(psa_export_public_key(psa_key, in mbedtls_test_key_consistency_psa_pk()
|