Home
last modified time | relevance | path

Searched refs:key_alg2 (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpk.c333 psa_algorithm_t key_alg2 = psa_get_key_enrollment_algorithm(&attributes); in mbedtls_pk_can_do_ext() local
353 if (alg == key_alg2) { in mbedtls_pk_can_do_ext()
370 if (PSA_ALG_IS_SIGN_HASH(key_alg2) && in mbedtls_pk_can_do_ext()
371 PSA_ALG_SIGN_GET_HASH(key_alg2) == PSA_ALG_ANY_HASH && in mbedtls_pk_can_do_ext()
372 (alg & ~PSA_ALG_HASH_MASK) == (key_alg2 & ~PSA_ALG_HASH_MASK)) { in mbedtls_pk_can_do_ext()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function48 int key_usage, int key_alg, int key_alg2)
60 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
Dtest_suite_pk.function769 int key_alg2, int curve_or_keybits, int alg_check, int usage_check,
782 if (key_alg2 != 0) {
783 psa_set_key_enrollment_algorithm(&attributes, key_alg2);