Home
last modified time | relevance | path

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

/openthread-3.4.0/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_generate_key.function39 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.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 );
/openthread-3.4.0/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()
/openthread-3.4.0/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(