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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h38 typedef void *crypto_ctx_template_t; typedef
65 crypto_key_t *key, crypto_ctx_template_t *tmpl, int kmflag);
66 extern void crypto_destroy_ctx_template(crypto_ctx_template_t tmpl);
89 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac,
93 crypto_ctx_template_t, crypto_data_t *, crypto_call_req_t *);
95 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac,
99 crypto_ctx_template_t, crypto_data_t *, crypto_call_req_t *);
101 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *cr);
103 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
114 crypto_data_t *data, crypto_ctx_template_t tmp
[all...]

Completed in 828 milliseconds