Symbol: crypto_control_ops_t
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
228
dst->co_control_ops = kmem_alloc(sizeof (crypto_control_ops_t),
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
420
sizeof (crypto_control_ops_t));
usr/src/uts/common/crypto/io/aes.c
111
static crypto_control_ops_t aes_control_ops = {
usr/src/uts/common/crypto/io/arcfour.c
75
static crypto_control_ops_t rc4_control_ops = {
usr/src/uts/common/crypto/io/blowfish.c
116
static crypto_control_ops_t blowfish_control_ops = {
usr/src/uts/common/crypto/io/dca.c
206
static crypto_control_ops_t dca_control_ops = {
usr/src/uts/common/crypto/io/dprov.c
702
static crypto_control_ops_t dprov_control_ops = {
usr/src/uts/common/crypto/io/ecc.c
129
static crypto_control_ops_t ecc_control_ops = {
usr/src/uts/common/crypto/io/md4_mod.c
104
static crypto_control_ops_t md4_control_ops = {
usr/src/uts/common/crypto/io/md5_mod.c
153
static crypto_control_ops_t md5_control_ops = {
usr/src/uts/common/crypto/io/rsa.c
178
static crypto_control_ops_t rsa_control_ops = {
usr/src/uts/common/crypto/io/sha1_mod.c
112
static crypto_control_ops_t sha1_control_ops = {
usr/src/uts/common/crypto/io/sha2_mod.c
146
static crypto_control_ops_t sha2_control_ops = {
usr/src/uts/common/crypto/io/skein_mod.c
77
static crypto_control_ops_t skein_control_ops = {
usr/src/uts/common/crypto/io/swrand.c
151
static crypto_control_ops_t swrand_control_ops = {
usr/src/uts/common/crypto/io/viorand.c
131
static crypto_control_ops_t viorand_control_ops = {
usr/src/uts/common/des/des_crypt.c
152
static crypto_control_ops_t des_control_ops = {
usr/src/uts/common/io/tpm/tpm.c
234
static crypto_control_ops_t tpmrng_control_ops = {
usr/src/uts/common/sys/crypto/spi.h
510
crypto_control_ops_t *co_control_ops;
usr/src/uts/sun4v/io/n2rng/n2rng_kcf.c
60
static crypto_control_ops_t n2rng_control_ops = {