Symbol: crypto_kcf_provider_handle_t
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
139
(crypto_kcf_provider_handle_t)prov_desc->pd_prov_id;
usr/src/uts/common/crypto/io/aes.c
222
static crypto_kcf_provider_handle_t aes_prov_handle = 0;
usr/src/uts/common/crypto/io/arcfour.c
144
static crypto_kcf_provider_handle_t rc4_prov_handle = 0;
usr/src/uts/common/crypto/io/blowfish.c
197
static crypto_kcf_provider_handle_t blowfish_prov_handle = 0;
usr/src/uts/common/crypto/io/dprov.c
1255
crypto_kcf_provider_handle_t ds_prov_handle; /* framework handle */
usr/src/uts/common/crypto/io/ecc.c
225
static crypto_kcf_provider_handle_t ecc_prov_handle = 0;
usr/src/uts/common/crypto/io/md4_mod.c
157
static crypto_kcf_provider_handle_t md4_prov_handle = 0;
usr/src/uts/common/crypto/io/md5_mod.c
236
static crypto_kcf_provider_handle_t md5_prov_handle = 0;
usr/src/uts/common/crypto/io/rsa.c
322
static crypto_kcf_provider_handle_t rsa_prov_handle = 0;
usr/src/uts/common/crypto/io/sha1_mod.c
201
static crypto_kcf_provider_handle_t sha1_prov_handle = 0;
usr/src/uts/common/crypto/io/sha2_mod.c
235
static crypto_kcf_provider_handle_t sha2_prov_handle = 0;
usr/src/uts/common/crypto/io/skein_mod.c
156
static crypto_kcf_provider_handle_t skein_prov_handle = 0;
usr/src/uts/common/crypto/io/swrand.c
104
static crypto_kcf_provider_handle_t swrand_prov_handle = 0;
usr/src/uts/common/crypto/io/viorand.c
50
crypto_kcf_provider_handle_t vio_handle;
usr/src/uts/common/crypto/spi/kcf_spi.c
132
crypto_kcf_provider_handle_t *handle)
usr/src/uts/common/crypto/spi/kcf_spi.c
443
crypto_unregister_provider(crypto_kcf_provider_handle_t handle)
usr/src/uts/common/crypto/spi/kcf_spi.c
609
crypto_provider_notification(crypto_kcf_provider_handle_t handle, uint_t state)
usr/src/uts/common/des/des_crypt.c
248
static crypto_kcf_provider_handle_t des_prov_handle = 0;
usr/src/uts/common/io/tpm/tpm_ddi.h
113
crypto_kcf_provider_handle_t n_prov;
usr/src/uts/common/sys/crypto/dca.h
350
crypto_kcf_provider_handle_t dwl_prov;
usr/src/uts/common/sys/crypto/impl.h
236
crypto_kcf_provider_handle_t pd_kcf_prov_handle;
usr/src/uts/common/sys/crypto/sched_impl.h
362
crypto_kcf_provider_handle_t ct_prov_handle; /* provider handle */
usr/src/uts/common/sys/crypto/spi.h
695
crypto_kcf_provider_handle_t *pi_logical_providers;
usr/src/uts/common/sys/crypto/spi.h
760
crypto_kcf_provider_handle_t *);
usr/src/uts/common/sys/crypto/spi.h
761
extern int crypto_unregister_provider(crypto_kcf_provider_handle_t);
usr/src/uts/common/sys/crypto/spi.h
762
extern void crypto_provider_notification(crypto_kcf_provider_handle_t, uint_t);
usr/src/uts/sun4v/sys/n2rng.h
231
crypto_kcf_provider_handle_t n_prov;