Home
last modified time | relevance | path

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

/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c67 EVP_MD *oaep_md; member
188 if (prsactx->oaep_md == NULL) { in rsa_encrypt()
190 if (prsactx->oaep_md == NULL) { in rsa_encrypt()
276 if (prsactx->oaep_md == NULL) { in rsa_decrypt()
278 if (prsactx->oaep_md == NULL) { in rsa_decrypt()
321 EVP_MD_free(prsactx->oaep_md); in rsa_freectx()
346 if (dstctx->oaep_md != NULL && !EVP_MD_up_ref(dstctx->oaep_md)) { in rsa_dupctx()
354 EVP_MD_free(dstctx->oaep_md); in rsa_dupctx()
493 EVP_MD_free(prsactx->oaep_md); in rsa_set_ctx_params()
496 if (prsactx->oaep_md == NULL) in rsa_set_ctx_params()
[all …]

Completed in 9 milliseconds