Home
last modified time | relevance | path

Searched refs:psa_get_key_algorithm (Results 1 – 23 of 23) sorted by relevance

/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_attributes.function29 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 );
Dtest_suite_psa_crypto_storage_format.function151 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 ) ) );
Dtest_suite_psa_crypto_persistent_key.function109 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 );
Dtest_suite_psa_crypto_slot_management.function247 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 ) );
Dtest_suite_psa_crypto_generate_key.function39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
Dtest_suite_psa_crypto_se_driver_hal.function546 TEST_EQUAL( psa_get_key_algorithm( &actual_attributes ),
547 psa_get_key_algorithm( reference_attributes ) );
Dtest_suite_psa_crypto.function253 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 );
Dtest_suite_psa_crypto_driver_wrappers.function1794 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/
Dtest_suite_psa_crypto_attributes.function29 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 );
Dtest_suite_psa_crypto_storage_format.function97 TEST_EQUAL( psa_get_key_algorithm( expected_attributes ),
98 psa_get_key_algorithm( &actual_attributes ) );
116 psa_get_key_algorithm( expected_attributes ) ) );
Dtest_suite_psa_crypto_persistent_key.function104 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 );
Dtest_suite_psa_crypto_slot_management.function247 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 ) );
Dtest_suite_psa_crypto_generate_key.function39 TEST_EQUAL( psa_get_key_algorithm( &attributes ), 0 );
Dtest_suite_psa_crypto.function223 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 );
Dtest_suite_psa_crypto_se_driver_hal.function542 TEST_EQUAL( psa_get_key_algorithm( &actual_attributes ),
543 psa_get_key_algorithm( reference_attributes ) );
Dtest_suite_psa_crypto_driver_wrappers.function1466 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/
Dtest_driver_key_management.c251 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/
Dtest_driver_key_management.c443 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/
Dcrypto_struct.h422 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
Dcrypto.h300 static psa_algorithm_t psa_get_key_algorithm(
/external/mbedtls/include/psa/
Dcrypto_struct.h457 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
Dcrypto.h294 static psa_algorithm_t psa_get_key_algorithm(
/external/mbedtls/library/
Dpk.c306 key_alg = psa_get_key_algorithm( &attributes ); in mbedtls_pk_can_do_ext()