Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpk.c871 psa_algorithm_t alg_type; in copy_from_psa() local
902 alg_type = psa_get_key_algorithm(&key_attr); in copy_from_psa()
923 if (PSA_ALG_GET_HASH(alg_type) != PSA_ALG_ANY_HASH) { in copy_from_psa()
924 md_type = mbedtls_md_type_from_psa_alg(alg_type); in copy_from_psa()
927 if (PSA_ALG_IS_RSA_OAEP(alg_type) || PSA_ALG_IS_RSA_PSS(alg_type)) { in copy_from_psa()
929 } else if (PSA_ALG_IS_RSA_PKCS1V15_SIGN(alg_type) || in copy_from_psa()
930 alg_type == PSA_ALG_RSA_PKCS1V15_CRYPT) { in copy_from_psa()