Searched refs:psa_get_key_attributes (Results 1 – 16 of 16) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_slot_management.function | 144 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 168 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 180 TEST_EQUAL( psa_get_key_attributes( key, &attributes ), 186 * Key attributes may have been returned by psa_get_key_attributes() 241 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) ); 261 PSA_ASSERT( psa_get_key_attributes( handle, &attributes ) ); 396 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) ); 531 PSA_ASSERT( psa_get_key_attributes( returned_source_id, 560 PSA_ASSERT( psa_get_key_attributes( returned_target_id, 607 * psa_get_key_attributes() thus reset them as required. [all …]
|
A D | test_suite_psa_crypto_persistent_key.function | 230 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) ); 243 * Key attributes may have been returned by psa_get_key_attributes() 288 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) ); 316 * Key attributes may have been returned by psa_get_key_attributes()
|
A D | test_suite_psa_crypto_generate_key.function | 36 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
|
A D | test_suite_psa_crypto.function | 221 TEST_EQUAL( psa_get_key_attributes( key, &attributes ), 370 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1048 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1324 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1709 * psa_get_key_attributes() thus reset them as required. 3610 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 3705 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 3773 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 4039 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 4140 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 522 /* Check that the attributes of a key reported by psa_get_key_attributes() 531 PSA_ASSERT( psa_get_key_attributes( key, &actual_attributes ) ); 581 * Actual key attributes may have been returned by psa_get_key_attributes() 673 SMOKE_ASSERT( psa_get_key_attributes( key, &attributes ) ); 762 * Key attributes may have been returned by psa_get_key_attributes() 1054 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) ); 1065 * Key attributes may have been returned by psa_get_key_attributes() 1340 PSA_ASSERT( psa_get_key_attributes( id, &drv_attributes ) ); 1422 * Driver key attributes may have been returned by psa_get_key_attributes()
|
A D | test_suite_pk.function | 188 TEST_ASSERT( PSA_SUCCESS == psa_get_key_attributes( key, &attributes ) ); 193 * Key attributes may have been returned by psa_get_key_attributes() 996 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) ); 1031 * Key attributes may have been returned by psa_get_key_attributes()
|
A D | test_suite_psa_crypto_storage_format.function | 86 PSA_ASSERT( psa_get_key_attributes( key_id, &actual_attributes ) );
|
A D | test_suite_psa_crypto_driver_wrappers.function | 1046 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1115 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1417 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); 1470 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
|
/mbedtls-development/tests/include/spe/ |
A D | crypto_spe.h | 61 #define psa_get_key_attributes \ macro 62 PSA_FUNCTION_NAME(psa_get_key_attributes)
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 51 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in check_key_attributes_sanity() 198 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_cipher_key() 517 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in mbedtls_test_psa_key_agreement_with_self() 559 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in mbedtls_test_psa_raw_key_agreement_with_self() 803 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_export_key() 847 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_export_public_key()
|
/mbedtls-development/programs/psa/ |
A D | key_ladder_demo.c | 386 PSA_CHECK( psa_get_key_attributes( wrapping_key, &attributes ) ); in wrap_data() 471 PSA_CHECK( psa_get_key_attributes( wrapping_key, &attributes) ); in unwrap_data()
|
/mbedtls-development/include/psa/ |
A D | crypto.h | 384 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
|
/mbedtls-development/library/ |
A D | pkwrite.c | 273 if( PSA_SUCCESS != psa_get_key_attributes( key_id, &attributes ) ) in mbedtls_pk_write_pubkey_der()
|
A D | pk.c | 164 if( PSA_SUCCESS != psa_get_key_attributes( key, &attributes ) ) in mbedtls_pk_setup_opaque()
|
A D | pk_wrap.c | 916 if( PSA_SUCCESS != psa_get_key_attributes( *key, &attributes ) ) in pk_opaque_get_bitlen()
|
A D | psa_crypto.c | 1179 psa_status_t psa_get_key_attributes( mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
|
Completed in 42 milliseconds