Searched refs:psa_get_key_attributes (Results 1 – 10 of 10) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 189 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 …]
|
D | test_suite_psa_crypto_persistent_key.function | 231 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()
|
D | test_suite_psa_crypto.function | 239 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 …]
|
D | test_suite_psa_crypto_se_driver_hal.function | 523 /* 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()
|
D | test_suite_pk.function | 199 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/ |
D | pk_wrap.c | 892 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()
|
D | pkwrite.c | 273 if( PSA_SUCCESS != psa_get_key_attributes( key_id, &attributes ) ) in mbedtls_pk_write_pubkey_der()
|
D | pk.c | 164 if( PSA_SUCCESS != psa_get_key_attributes( key, &attributes ) ) in mbedtls_pk_setup_opaque()
|
D | psa_crypto.c | 1572 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/ |
D | crypto.h | 376 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
|