Searched refs:psa_encrypt_alg (Results 1 – 1 of 1) sorted by relevance
371 psa_algorithm_t psa_md_alg, psa_encrypt_alg; in rsa_encrypt_wrap() local392 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()