Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk_wrap.c371 psa_algorithm_t psa_md_alg, psa_encrypt_alg; in rsa_encrypt_wrap() local
392 psa_encrypt_alg = PSA_ALG_RSA_OAEP(psa_md_alg); in rsa_encrypt_wrap()
394 psa_encrypt_alg = PSA_ALG_RSA_PKCS1V15_CRYPT; in rsa_encrypt_wrap()
396 psa_set_key_algorithm(&attributes, psa_encrypt_alg); in rsa_encrypt_wrap()
407 status = psa_asymmetric_encrypt(key_id, psa_encrypt_alg, in rsa_encrypt_wrap()