Searched refs:psa_get_key_usage_flags (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_attributes.function | 28 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 0 ); 43 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), usage_flags ); 55 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 0 );
|
A D | test_suite_psa_crypto_storage_format.function | 55 if( psa_get_key_usage_flags( attributes ) & PSA_KEY_USAGE_EXPORT ) 95 TEST_EQUAL( psa_get_key_usage_flags( expected_attributes ), 96 psa_get_key_usage_flags( &actual_attributes ) ); 115 psa_get_key_usage_flags( expected_attributes ),
|
A D | test_suite_psa_crypto_generate_key.function | 38 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 0 );
|
A D | test_suite_psa_crypto_persistent_key.function | 102 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 236 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 0 ); 295 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), PSA_KEY_USAGE_EXPORT );
|
A D | test_suite_psa_crypto_slot_management.function | 245 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 265 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 298 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 402 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), PSA_KEY_USAGE_EXPORT ); 580 TEST_EQUAL( expected_usage, psa_get_key_usage_flags( &target_attributes ) ); 701 TEST_EQUAL( psa_get_key_usage_flags( &attributes1 ), 702 psa_get_key_usage_flags( &attributes2 ) );
|
A D | test_suite_psa_crypto.function | 228 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 0 ); 641 TEST_EQUAL( psa_get_key_usage_flags( &got_attributes ), 1051 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), expected_usage ); 1103 TEST_EQUAL( psa_get_key_usage_flags( &func ), 0 ); 1104 TEST_EQUAL( psa_get_key_usage_flags( &init ), 0 ); 1105 TEST_EQUAL( psa_get_key_usage_flags( &zero ), 0 ); 1143 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), 1405 TEST_EQUAL( psa_get_key_usage_flags( &attributes ), expected_usage ); 1562 TEST_EQUAL( psa_get_key_usage_flags( &got_attributes ), usage ); 1682 TEST_EQUAL( expected_usage, psa_get_key_usage_flags( &target_attributes ) ); [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 540 TEST_EQUAL( psa_get_key_usage_flags( &actual_attributes ), 541 psa_get_key_usage_flags( reference_attributes ) );
|
/mbedtls-development/tests/src/drivers/ |
A D | test_driver_key_management.c | 365 if( ( psa_get_key_usage_flags( attributes ) & in mbedtls_test_opaque_export_key() 386 if( ( psa_get_key_usage_flags( attributes ) & in mbedtls_test_opaque_export_key()
|
/mbedtls-development/include/psa/ |
A D | crypto_struct.h | 425 static inline psa_key_usage_t psa_get_key_usage_flags( in psa_get_key_usage_flags() function
|
A D | crypto.h | 247 static psa_key_usage_t psa_get_key_usage_flags(
|
Completed in 21 milliseconds