Home
last modified time | relevance | path

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

/titanic_41/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.c61 dca_t *dca = ctx->cc_provider; in dca_dsa_sign()
205 dca_t *dca = ctx->cc_provider; in dca_dsa_verify()
389 dca_t *dca = (dca_t *)ctx->cc_provider; in dca_dsainit()
550 ctx.cc_provider = provider; in dca_dsaatomic()
H A Ddca.c419 (softc) = (dca_t *)(ctx)->cc_provider; \
3743 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt()
3798 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt_update()
3844 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_encrypt_final()
3977 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt()
4033 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt_update()
4079 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_decrypt_final()
4214 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign()
4251 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign_update()
4276 if (!ctx || !ctx->cc_provider || !ctx->cc_provider_private) in dca_sign_final()
[all …]
H A Ddca_rsa.c67 dca_t *dca = ctx->cc_provider; in dca_rsastart()
418 dca_t *dca = (dca_t *)ctx->cc_provider; in dca_rsainit()
638 ctx.cc_provider = provider; in dca_rsaatomic()
H A Ddprov.c1618 (softc) = (dprov_state_t *)(ctx)->cc_provider; \
3107 if (digest_ctx->cc_provider != encrypt_ctx->cc_provider) in dprov_digest_encrypt_update()
3135 if (decrypt_ctx->cc_provider != digest_ctx->cc_provider) in dprov_decrypt_digest_update()
3163 if (sign_ctx->cc_provider != encrypt_ctx->cc_provider) in dprov_sign_encrypt_update()
3191 if (decrypt_ctx->cc_provider != verify_ctx->cc_provider) in dprov_decrypt_verify_update()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dspi.h89 crypto_provider_handle_t cc_provider; member
/titanic_41/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()