Searched refs:DCA_RSA_DEC (Results 1 – 3 of 3) sorted by relevance
113 if (len < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC || in dca_rsastart()124 if (out->cd_length < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC || in dca_rsastart()224 if (reqp->dr_ctx.mode == DCA_RSA_DEC || in dca_rsadone()317 if (reqp->dr_ctx.mode == DCA_RSA_DEC || in dca_rsaverifydone()818 case DCA_RSA_DEC: in decrypt_error_code()
4003 DCA_RSA_DEC); in dca_decrypt()4141 ciphertext, plaintext, KM_SLEEP, req, DCA_RSA_DEC); in dca_decrypt_atomic()
110 #define DCA_RSA_DEC 1 macro