Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h1784 #define PSA_ALG_RSA_OAEP(hash_alg) \ macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_wrap.c310 decrypt_alg = PSA_ALG_RSA_OAEP(psa_md_alg); in rsa_decrypt_wrap()
392 psa_encrypt_alg = PSA_ALG_RSA_OAEP(psa_md_alg); in rsa_encrypt_wrap()
H A Dpk.c386 return PSA_ALG_RSA_OAEP(mbedtls_md_psa_alg_from_type(md_type)); in psa_algorithm_for_rsa()