Searched defs:ptmpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_ctxops.c53 * ptmpl: a storage for the opaque crypto_ctx_template_t, allocated and
64 * structure is given back to the caller in *ptmpl.
77 crypto_ctx_template_t *ptmpl, int kmflag)
87 if (ptmpl == NULL)
113 *ptmpl = ctx_tmpl;
76 crypto_create_ctx_template(crypto_mechanism_t *mech, crypto_key_t *key, crypto_ctx_template_t *ptmpl, int kmflag) argument

Completed in 53 milliseconds