Lines Matching defs:tmpl

77  *	tmpl:	a crypto_ctx_template_t, opaque template of a context of an
79 * 'tmpl' is created by a previous call to
91 * schedule from the context template, tmpl.
107 crypto_spi_ctx_template_t tmpl, crypto_context_t *ctxp,
149 &lmech, key, tmpl, KCF_SWFP_RHNDL(crq));
154 &lmech, key, tmpl, KCF_SWFP_RHNDL(crq));
199 mech, key, NULL, NULL, tmpl);
203 mech, key, NULL, NULL, tmpl);
230 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
253 * freeing this tmpl and create a new one for the key and new SW
257 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) {
299 * tmpl: a crypto_ctx_template_t, opaque template of a context of an
300 * encryption with the 'mech' using 'key'. 'tmpl' is created by
320 crypto_ctx_template_t tmpl, crypto_data_t *ciphertext,
340 plaintext, ciphertext, tmpl);
355 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext,
379 * freeing this tmpl and create a new one for the key and new SW
383 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) {
432 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
435 return (crypto_cipher_init_prov(pd, sid, mech, key, tmpl, ctxp, crq,
446 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
449 return (crypto_cipher_init(mech, key, tmpl, ctxp, crq,
580 * tmpl: a crypto_ctx_template_t, opaque template of a context of an
581 * encryption with the 'mech' using 'key'. 'tmpl' is created by
601 crypto_ctx_template_t tmpl, crypto_data_t *plaintext,
621 ciphertext, plaintext, tmpl);
637 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext,
661 * freeing this tmpl and create a new one for the key and new SW
665 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) {
714 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
717 return (crypto_cipher_init_prov(pd, sid, mech, key, tmpl, ctxp, crq,
728 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
731 return (crypto_cipher_init(mech, key, tmpl, ctxp, crq,