Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c62 dca_t *dca = ctx->cc_provider; in dca_3des()
170 dca_t *dca = ctx->cc_provider; in dca_3desupdate()
291 dca_t *dca = ctx->cc_provider; in dca_3desfinal()
322 ctx.cc_provider = provider; in dca_3desatomic()
660 dca_t *dca = ctx->cc_provider; in dca_3desctxinit()
H A Ddca_dsa.c59 dca_t *dca = ctx->cc_provider; in dca_dsa_sign()
203 dca_t *dca = ctx->cc_provider; in dca_dsa_verify()
387 dca_t *dca = (dca_t *)ctx->cc_provider; in dca_dsainit()
548 ctx.cc_provider = provider; in dca_dsaatomic()
H A Ddca.c417 #define DCA_SOFTC_FROM_CTX(ctx) ((dca_t *)(ctx)->cc_provider)
3694 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt()
3746 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt_update()
3789 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt_final()
3916 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt()
3969 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt_update()
4012 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt_final()
4141 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign()
4175 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign_update()
4197 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign_final()
[all …]
H A Ddca_rsa.c65 dca_t *dca = ctx->cc_provider; in dca_rsastart()
416 dca_t *dca = (dca_t *)ctx->cc_provider; in dca_rsainit()
636 ctx.cc_provider = provider; in dca_rsaatomic()
H A Ddprov.c1639 (softc) = (dprov_state_t *)(ctx)->cc_provider; \
3133 if (digest_ctx->cc_provider != encrypt_ctx->cc_provider) in dprov_digest_encrypt_update()
3161 if (decrypt_ctx->cc_provider != digest_ctx->cc_provider) in dprov_decrypt_digest_update()
3189 if (sign_ctx->cc_provider != encrypt_ctx->cc_provider) in dprov_sign_encrypt_update()
3217 if (decrypt_ctx->cc_provider != verify_ctx->cc_provider) in dprov_decrypt_verify_update()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h89 crypto_provider_handle_t cc_provider; member
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c133 ctx->cc_provider = pd->pd_prov_handle; in kcf_new_ctx()
544 ctx->cc_provider = new_pd->pd_prov_handle; in kcf_resubmit_request()