Searched refs:psa_get_key_algorithm (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/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 | 92 psa_algorithm_t alg = psa_get_key_algorithm(attributes); 173 TEST_EQUAL(psa_get_key_algorithm(expected_attributes), 174 psa_get_key_algorithm(&actual_attributes)); 190 psa_get_key_algorithm(expected_attributes), 0));
|
D | test_suite_psa_crypto_persistent_key.function | 108 TEST_EQUAL(psa_get_key_algorithm(&attributes), 239 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 297 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
D | test_suite_psa_crypto_slot_management.function | 268 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 288 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 322 TEST_EQUAL(psa_get_key_algorithm(&attributes), 323 psa_get_key_algorithm(&read_attributes)); 424 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 597 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 712 TEST_EQUAL(psa_get_key_algorithm(&attributes1), 713 psa_get_key_algorithm(&attributes2));
|
D | test_suite_psa_crypto_generate_key.function | 38 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
|
D | test_suite_pk.function | 595 alg = psa_get_key_algorithm(&attributes); 629 psa_set_key_algorithm(&new_attr, psa_get_key_algorithm(&orig_attr)); 2157 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2205 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2372 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg); 2466 TEST_EQUAL(to_alg, psa_get_key_algorithm(&actual_attributes));
|
D | test_suite_pkparse.function | 68 psa_algorithm_t exercise_alg = psa_get_key_algorithm(&attributes);
|
D | test_suite_psa_crypto_se_driver_hal.function | 556 TEST_EQUAL(psa_get_key_algorithm(&actual_attributes), 557 psa_get_key_algorithm(reference_attributes));
|
D | test_suite_psa_crypto.function | 241 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0); 1564 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 2078 TEST_EQUAL(psa_get_key_algorithm(&attributes), expected_alg); 2133 TEST_EQUAL(psa_get_key_algorithm(&func), 0); 2134 TEST_EQUAL(psa_get_key_algorithm(&init), 0); 2135 TEST_EQUAL(psa_get_key_algorithm(&zero), 0); 2700 TEST_EQUAL(psa_get_key_algorithm(&got_attributes), alg); 2824 TEST_EQUAL(expected_alg, psa_get_key_algorithm(&target_attributes)); 10464 TEST_EQUAL(psa_get_key_algorithm(&attributes), alg);
|
D | test_suite_psa_crypto_driver_wrappers.function | 2179 TEST_EQUAL(psa_get_key_algorithm(&attributes), builtin_key_alg); 2230 TEST_EQUAL(psa_get_key_algorithm(&attributes), builtin_key_alg);
|
/mbedtls-latest/tests/src/drivers/ |
D | test_driver_key_management.c | 466 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_key() 493 if (psa_get_key_algorithm(attributes) != PSA_ALG_CTR) { in mbedtls_test_opaque_export_key() 688 if (psa_get_key_algorithm(attributes) != in mbedtls_test_opaque_export_public_key()
|
/mbedtls-latest/library/ |
D | pk.c | 322 psa_algorithm_t key_alg = psa_get_key_algorithm(&attributes); in mbedtls_pk_can_do_ext() 565 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes() 916 psa_algorithm_t alg_type = psa_get_key_algorithm(&key_attr); in copy_from_psa()
|
D | pk_wrap.c | 1487 alg = psa_get_key_algorithm(&attributes); in rsa_opaque_decrypt() 1524 alg = psa_get_key_algorithm(&attributes); in rsa_opaque_sign_wrap()
|
/mbedtls-latest/include/psa/ |
D | crypto_struct.h | 413 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
|
D | crypto.h | 291 static psa_algorithm_t psa_get_key_algorithm(
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 311 … that is compatible with the PSA key's primary algorithm policy (`psa_get_key_algorithm`) if that …
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 895 …ibutes/#group__attributes_1gaa1af20f142ca722222c6d98678a0c448), [`psa_get_key_algorithm`](https://…
|