Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c124 reqp->dr_ctx.ctx_cm_type == RSA_X_509_MECH_INFO_TYPE) { in dca_rsastart()
169 if (reqp->dr_ctx.ctx_cm_type == RSA_PKCS_MECH_INFO_TYPE) { in dca_rsastart()
174 } else if (reqp->dr_ctx.ctx_cm_type == in dca_rsastart()
229 if (reqp->dr_ctx.ctx_cm_type == in dca_rsadone()
249 } else if (reqp->dr_ctx.ctx_cm_type == in dca_rsadone()
322 if (reqp->dr_ctx.ctx_cm_type == in dca_rsaverifydone()
342 } else if (reqp->dr_ctx.ctx_cm_type == in dca_rsaverifydone()
427 reqp->dr_ctx.ctx_cm_type = mechanism->cm_type; in dca_rsainit()
613 reqp->dr_ctx.ctx_cm_type = 0; in dca_rsactxfree()
H A Ddca_3des.c151 des_ctx->dr_ctx.ctx_cm_type = 0; in dca_3desctxfree()
646 reqp->dr_ctx.ctx_cm_type = 0; in dca_3desdone()
710 des_ctx->dr_ctx.ctx_cm_type = mechanism->cm_type; in dca_3desctxinit()
H A Ddca_dsa.c401 reqp->dr_ctx.ctx_cm_type = mechanism->cm_type; in dca_dsainit()
529 reqp->dr_ctx.ctx_cm_type = 0; in dca_dsactxfree()
H A Ddca.c419 (((dca_request_t *)(ctx)->cc_provider_private)->dr_ctx.ctx_cm_type)
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h206 crypto_mech_type_t ctx_cm_type; /* Mechanism type */ member