Searched refs:psa_get_key_algorithm (Results 1 – 11 of 11) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_attributes.function | 29 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 44 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg ); 56 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
A D | test_suite_psa_crypto_storage_format.function | 97 TEST_EQUAL( psa_get_key_algorithm( expected_attributes ), 98 psa_get_key_algorithm( &actual_attributes ) ); 116 psa_get_key_algorithm( expected_attributes ) ) );
|
A D | test_suite_psa_crypto_generate_key.function | 39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
A D | test_suite_psa_crypto_persistent_key.function | 104 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 237 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 296 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
A D | test_suite_psa_crypto_slot_management.function | 247 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg ); 267 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg ); 300 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 301 psa_get_key_algorithm( &read_attributes ) ); 403 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 581 TEST_EQUAL( expected_alg, psa_get_key_algorithm( &target_attributes ) ); 703 TEST_EQUAL( psa_get_key_algorithm( &attributes1 ), 704 psa_get_key_algorithm( &attributes2 ) );
|
A D | test_suite_psa_crypto.function | 229 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 643 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 1052 TEST_EQUAL( psa_get_key_algorithm( &attributes ), expected_alg ); 1107 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 ); 1108 TEST_EQUAL( psa_get_key_algorithm( &init ), 0 ); 1109 TEST_EQUAL( psa_get_key_algorithm( &zero ), 0 ); 1563 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 1683 TEST_EQUAL( expected_alg, psa_get_key_algorithm( &target_attributes ) ); 6966 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg );
|
A D | test_suite_psa_crypto_se_driver_hal.function | 542 TEST_EQUAL( psa_get_key_algorithm( &actual_attributes ), 543 psa_get_key_algorithm( reference_attributes ) );
|
A D | test_suite_psa_crypto_driver_wrappers.function | 1420 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg ); 1473 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg );
|
/mbedtls-development/tests/src/drivers/ |
A D | test_driver_key_management.c | 362 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_key() 384 if( psa_get_key_algorithm( attributes ) != PSA_ALG_CTR ) in mbedtls_test_opaque_export_key() 541 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_public_key()
|
/mbedtls-development/include/psa/ |
A D | crypto_struct.h | 437 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
A D | crypto.h | 294 static psa_algorithm_t psa_get_key_algorithm(
|
Completed in 55 milliseconds