Searched refs:psa_get_key_algorithm (Results 1 – 11 of 11) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
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 );
|
D | test_suite_psa_crypto_generate_key.function | 39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
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 ) ) );
|
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 );
|
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 ) );
|
D | test_suite_psa_crypto.function | 223 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 388 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 789 TEST_EQUAL( psa_get_key_algorithm( &attributes ), expected_alg ); 844 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 ); 845 TEST_EQUAL( psa_get_key_algorithm( &init ), 0 ); 846 TEST_EQUAL( psa_get_key_algorithm( &zero ), 0 ); 1300 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 1415 TEST_EQUAL( expected_alg, psa_get_key_algorithm( &target_attributes ) ); 5507 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg );
|
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 ) );
|
D | test_suite_psa_crypto_driver_wrappers.function | 1466 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg ); 1519 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg );
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_key_management.c | 251 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_key() 273 if( psa_get_key_algorithm( attributes ) != PSA_ALG_CTR ) in mbedtls_test_opaque_export_key() 380 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_public_key()
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_struct.h | 422 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
D | crypto.h | 300 static psa_algorithm_t psa_get_key_algorithm(
|