Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c111 if (len < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC || in dca_rsastart()
122 if (out->cd_length < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC || in dca_rsastart()
222 if (reqp->dr_ctx.mode == DCA_RSA_DEC || in dca_rsadone()
315 if (reqp->dr_ctx.mode == DCA_RSA_DEC || in dca_rsaverifydone()
816 case DCA_RSA_DEC: in decrypt_error_code()
H A Ddca.c3941 DCA_RSA_DEC); in dca_decrypt()
4073 ciphertext, plaintext, KM_SLEEP, req, DCA_RSA_DEC); in dca_decrypt_atomic()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h110 #define DCA_RSA_DEC 1 macro