| /external/mbedtls/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_storage_format.function | 151 psa_algorithm_t alg = psa_get_key_algorithm( attributes ); 250 TEST_EQUAL( psa_get_key_algorithm( expected_attributes ), 251 psa_get_key_algorithm( &actual_attributes ) ); 269 psa_get_key_algorithm( expected_attributes ) ) );
|
| D | test_suite_psa_crypto_persistent_key.function | 109 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 242 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 301 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_generate_key.function | 39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
| D | test_suite_psa_crypto_se_driver_hal.function | 546 TEST_EQUAL( psa_get_key_algorithm( &actual_attributes ), 547 psa_get_key_algorithm( reference_attributes ) );
|
| D | test_suite_psa_crypto.function | 253 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 ); 1392 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 1801 TEST_EQUAL( psa_get_key_algorithm( &attributes ), expected_alg ); 1856 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 ); 1857 TEST_EQUAL( psa_get_key_algorithm( &init ), 0 ); 1858 TEST_EQUAL( psa_get_key_algorithm( &zero ), 0 ); 2409 TEST_EQUAL( psa_get_key_algorithm( &got_attributes ), alg ); 2529 TEST_EQUAL( expected_alg, psa_get_key_algorithm( &target_attributes ) ); 8740 TEST_EQUAL( psa_get_key_algorithm( &attributes ), alg );
|
| D | test_suite_psa_crypto_driver_wrappers.function | 1794 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg ); 1847 TEST_EQUAL( psa_get_key_algorithm( &attributes ), builtin_key_alg );
|
| /external/openthread/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_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_generate_key.function | 39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
|
| 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 );
|
| /external/openthread/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()
|
| /external/mbedtls/tests/src/drivers/ |
| D | test_driver_key_management.c | 443 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_key() 465 if( psa_get_key_algorithm( attributes ) != PSA_ALG_CTR ) in mbedtls_test_opaque_export_key() 652 if( psa_get_key_algorithm( attributes ) != in mbedtls_test_opaque_export_public_key()
|
| /external/openthread/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(
|
| /external/mbedtls/include/psa/ |
| D | crypto_struct.h | 457 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
| D | crypto.h | 294 static psa_algorithm_t psa_get_key_algorithm(
|
| /external/mbedtls/library/ |
| D | pk.c | 306 key_alg = psa_get_key_algorithm( &attributes ); in mbedtls_pk_can_do_ext()
|