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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c85 } rsa_ctx_t; typedef in typeref:struct:rsa_ctx
497 rsa_ctx_t *ctxp;
506 if ((ctxp = kmem_zalloc(sizeof (rsa_ctx_t), kmflag)) == NULL)
511 kmem_free(ctxp, sizeof (rsa_ctx_t));
527 rsa_ctx_t *ctxp;
569 rsa_ctx_t *ctxp = ctx->cc_provider_private;
577 kmem_free(ctxp, sizeof (rsa_ctx_t));
699 rsa_ctx_t *ctxp;
852 rsa_ctx_t *ctxp;
869 ctxp = (rsa_ctx_t *)dctx
[all...]

Completed in 60 milliseconds