Home
last modified time | relevance | path

Searched refs:psa_get_key_attributes (Results 1 – 10 of 10) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function189 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
213 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
224 TEST_EQUAL( psa_get_key_attributes( key, &attributes ),
230 * Key attributes may have been returned by psa_get_key_attributes()
284 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) );
303 PSA_ASSERT( psa_get_key_attributes( handle, &attributes ) );
332 PSA_ASSERT( psa_get_key_attributes( id, &read_attributes ) );
369 TEST_EQUAL( psa_get_key_attributes( handle, &read_attributes ),
372 TEST_EQUAL( psa_get_key_attributes( id, &read_attributes ),
379 * Key attributes may have been returned by psa_get_key_attributes()
[all …]
Dtest_suite_psa_crypto_persistent_key.function231 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
244 * Key attributes may have been returned by psa_get_key_attributes()
289 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
317 * Key attributes may have been returned by psa_get_key_attributes()
Dtest_suite_psa_crypto.function239 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
296 * Key attributes may have been returned by psa_get_key_attributes()
447 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
713 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
727 * Key attributes may have been returned by psa_get_key_attributes()
754 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
769 * Key attributes may have been returned by psa_get_key_attributes()
1029 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1053 * Key attributes may have been returned by psa_get_key_attributes()
1071 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
[all …]
Dtest_suite_psa_crypto_se_driver_hal.function523 /* Check that the attributes of a key reported by psa_get_key_attributes()
532 PSA_ASSERT( psa_get_key_attributes( key, &actual_attributes ) );
582 * Actual key attributes may have been returned by psa_get_key_attributes()
674 SMOKE_ASSERT( psa_get_key_attributes( key, &attributes ) );
763 * Key attributes may have been returned by psa_get_key_attributes()
1084 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) );
1095 * Key attributes may have been returned by psa_get_key_attributes()
1370 PSA_ASSERT( psa_get_key_attributes( id, &drv_attributes ) );
1452 * Driver key attributes may have been returned by psa_get_key_attributes()
Dtest_suite_pk.function199 TEST_ASSERT( PSA_SUCCESS == psa_get_key_attributes( key, &attributes ) );
204 * Key attributes may have been returned by psa_get_key_attributes()
1264 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
1299 * Key attributes may have been returned by psa_get_key_attributes()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpk_wrap.c892 if( PSA_SUCCESS != psa_get_key_attributes( *key, &attributes ) ) in pk_opaque_get_bitlen()
1025 status = psa_get_key_attributes( *key, &attributes ); in pk_opaque_sign_wrap()
Dpkwrite.c273 if( PSA_SUCCESS != psa_get_key_attributes( key_id, &attributes ) ) in mbedtls_pk_write_pubkey_der()
Dpk.c164 if( PSA_SUCCESS != psa_get_key_attributes( key, &attributes ) ) in mbedtls_pk_setup_opaque()
Dpsa_crypto.c1572 psa_status_t psa_get_key_attributes( mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto.h376 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,