Searched refs:kcf_new_ctx (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_sign.c68 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
83 /* Release the hold done in kcf_new_ctx(). */
165 /* Release the hold done in kcf_new_ctx() during init step. */
221 /* Release the hold done in kcf_new_ctx() during init step. */
408 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
423 /* Release the hold done in kcf_new_ctx(). */
450 /* Release the hold done in kcf_new_ctx() during init step. */
H A Dkcf_verify.c68 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
83 /* Release the hold done in kcf_new_ctx(). */
166 /* Release the hold done in kcf_new_ctx() during init step. */
223 /* Release the hold done in kcf_new_ctx() during init step. */
410 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
425 /* Release the hold done in kcf_new_ctx(). */
452 /* Release the hold done in kcf_new_ctx() during init step. */
H A Dkcf_digest.c230 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
258 /* Release the hold done in kcf_new_ctx(). */
412 /* Release the hold done in kcf_new_ctx() during init step. */
482 /* Release the hold done in kcf_new_ctx() during init step. */
H A Dkcf_dual.c487 ctx = kcf_new_ctx(cr, real_provider, sid);
640 ctx = kcf_new_ctx(cr, pd, pd->pd_sid);
801 ctx = kcf_new_ctx(cr, pd, pd->pd_sid);
1059 /* Release the hold done in kcf_new_ctx() during init step. */
1609 ctx = kcf_new_ctx(cr, pd, pd->pd_sid);
1775 ctx = kcf_new_ctx(cr, pd, pd->pd_sid);
1910 ctx = kcf_new_ctx(cr, real_provider, sid);
2130 /* Release the hold done in kcf_new_ctx() during init step. */
H A Dkcf_mac.c393 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
421 /* Release the hold done in kcf_new_ctx(). */
598 /* Release the hold done in kcf_new_ctx() during init step. */
634 /* Release the hold done in kcf_new_ctx() during init step. */
H A Dkcf_cipher.c134 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) {
216 /* Release the hold done in kcf_new_ctx(). */
560 /* Release the hold done in kcf_new_ctx() during init step. */
843 /* Release the hold done in kcf_new_ctx() during init step. */
878 /* Release the hold done in kcf_new_ctx() during init step. */
913 /* Release the hold done in kcf_new_ctx() during init step. */
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h495 extern crypto_ctx_t *kcf_new_ctx(crypto_call_req_t *, kcf_provider_desc_t *,
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c111 kcf_new_ctx(crypto_call_req_t *crq, kcf_provider_desc_t *pd, function

Completed in 84 milliseconds