Searched refs:psa_attributes (Results 1 – 1 of 1) sorted by relevance
1246 psa_key_attributes_t psa_attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_test_key_consistency_psa_pk() local1250 PSA_ASSERT(psa_get_key_attributes(psa_key, &psa_attributes)); in mbedtls_test_key_consistency_psa_pk()1251 psa_key_type_t psa_type = psa_get_key_type(&psa_attributes); in mbedtls_test_key_consistency_psa_pk()1256 TEST_EQUAL(psa_get_key_bits(&psa_attributes), mbedtls_pk_get_bitlen(pk)); in mbedtls_test_key_consistency_psa_pk()1291 TEST_ASSERT(PSA_KEY_TYPE_IS_ECC(psa_get_key_type(&psa_attributes))); in mbedtls_test_key_consistency_psa_pk()1329 psa_reset_key_attributes(&psa_attributes); in mbedtls_test_key_consistency_psa_pk()