Symbol: crypto_destroy_ctx_template
usr/src/uts/common/fs/zfs/zio_crypt.c
220
crypto_destroy_ctx_template(key->zk_current_tmpl);
usr/src/uts/common/fs/zfs/zio_crypt.c
221
crypto_destroy_ctx_template(key->zk_hmac_tmpl);
usr/src/uts/common/fs/zfs/zio_crypt.c
331
crypto_destroy_ctx_template(key->zk_current_tmpl);
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/checksum.c
95
crypto_destroy_ctx_template((*outkey)->key_tmpl);
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/derive.c
229
crypto_destroy_ctx_template((*d_hmac_key)->key_tmpl);
usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/k5_kmd5des.c
148
(void)crypto_destroy_ctx_template(newkey.key_tmpl);
usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/k5_kmd5des.c
259
(void)crypto_destroy_ctx_template(newkey.key_tmpl);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
445
(void) crypto_destroy_ctx_template(key->key_tmpl);
usr/src/uts/common/inet/ip/sadb.c
7541
crypto_destroy_ctx_template(sa->ipsa_authtmpl);
usr/src/uts/common/inet/ip/sadb.c
7549
crypto_destroy_ctx_template(sa->ipsa_encrtmpl);
usr/src/uts/common/io/cryptmod.c
252
(void) crypto_destroy_ctx_template(cd->enc_tmpl);
usr/src/uts/common/io/cryptmod.c
255
(void) crypto_destroy_ctx_template(cd->hmac_tmpl);
usr/src/uts/common/io/cryptmod.c
2840
(void) crypto_destroy_ctx_template(cd->enc_tmpl);
usr/src/uts/common/io/cryptmod.c
2843
(void) crypto_destroy_ctx_template(cd->hmac_tmpl);
usr/src/uts/common/sys/crypto/api.h
66
extern void crypto_destroy_ctx_template(crypto_ctx_template_t tmpl);