Symbol: crypto_mech_info_t
usr/src/cmd/mdb/common/modules/crypto/impl.c
59
crypto_mech_info_t *mech_pointer;
usr/src/cmd/mdb/common/modules/crypto/spi.c
195
crypto_mech_info_t minfo;
usr/src/cmd/mdb/common/modules/crypto/spi.c
201
if (mdb_vread(&minfo, sizeof (crypto_mech_info_t), addr)
usr/src/uts/common/crypto/api/kcf_cipher.c
167
crypto_mech_info_t *sinfo;
usr/src/uts/common/crypto/core/kcf_callprov.c
115
crypto_mech_info_t *mech_info = NULL;
usr/src/uts/common/crypto/core/kcf_cryptoadm.c
566
crypto_mech_info_t *mi;
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
418
crypto_mech_info_t *mech_info;
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
422
crypto_mech_info_t *dmi;
usr/src/uts/common/crypto/core/kcf_mech_tabs.c
490
bcopy(mech_info, &prov_mech->pm_mech_info, sizeof (crypto_mech_info_t));
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
371
desc->pd_mechanisms = kmem_zalloc(sizeof (crypto_mech_info_t) *
usr/src/uts/common/crypto/core/kcf_prov_tabs.c
491
kmem_free(desc->pd_mechanisms, sizeof (crypto_mech_info_t) *
usr/src/uts/common/crypto/io/aes.c
218
sizeof (aes_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/aes.c
65
static crypto_mech_info_t aes_mech_info_tab[] = {
usr/src/uts/common/crypto/io/arcfour.c
140
sizeof (rc4_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/arcfour.c
65
static crypto_mech_info_t rc4_mech_info_tab[] = {
usr/src/uts/common/crypto/io/blowfish.c
192
sizeof (blowfish_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/blowfish.c
92
static crypto_mech_info_t blowfish_mech_info_tab[] = {
usr/src/uts/common/crypto/io/crypto.c
1634
crypto_mech_info_t *mi = NULL;
usr/src/uts/common/crypto/io/dca.c
158
static crypto_mech_info_t dca_mech_info_tab1[] = {
usr/src/uts/common/crypto/io/dca.c
172
static crypto_mech_info_t dca_mech_info_tab2[] = {
usr/src/uts/common/crypto/io/dca.c
387
sizeof (dca_mech_info_tab1)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/dca.c
401
sizeof (dca_mech_info_tab2)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/dprov.c
1242
sizeof (dprov_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/dprov.c
321
static crypto_mech_info_t dprov_mech_info_tab[] = {
usr/src/uts/common/crypto/io/dprov.c
8816
sizeof (crypto_mech_info_t); i++) {
usr/src/uts/common/crypto/io/ecc.c
107
static crypto_mech_info_t ecc_mech_info_tab[] = {
usr/src/uts/common/crypto/io/ecc.c
221
sizeof (ecc_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/md4_mod.c
153
sizeof (md4_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/md4_mod.c
95
static crypto_mech_info_t md4_mech_info_tab[] = {
usr/src/uts/common/crypto/io/md5_mod.c
134
static crypto_mech_info_t md5_mech_info_tab[] = {
usr/src/uts/common/crypto/io/md5_mod.c
232
sizeof (md5_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/rsa.c
109
static crypto_mech_info_t rsa_mech_info_tab[] = {
usr/src/uts/common/crypto/io/rsa.c
305
sizeof (rsa_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/sha1_mod.c
197
sizeof (sha1_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/sha1_mod.c
93
static crypto_mech_info_t sha1_mech_info_tab[] = {
usr/src/uts/common/crypto/io/sha2_mod.c
231
sizeof (sha2_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/sha2_mod.c
91
static crypto_mech_info_t sha2_mech_info_tab[] = {
usr/src/uts/common/crypto/io/skein_mod.c
152
sizeof (skein_mech_info_tab) / sizeof (crypto_mech_info_t),
usr/src/uts/common/crypto/io/skein_mod.c
54
static crypto_mech_info_t skein_mech_info_tab[] = {
usr/src/uts/common/crypto/spi/kcf_spi.c
753
sizeof (crypto_mech_info_t) * mcount);
usr/src/uts/common/crypto/spi/kcf_spi.c
766
crypto_mech_info_t *rand_mi;
usr/src/uts/common/crypto/spi/kcf_spi.c
775
sizeof (crypto_mech_info_t) * (mcount - 1));
usr/src/uts/common/crypto/spi/kcf_spi.c
779
bzero(rand_mi, sizeof (crypto_mech_info_t));
usr/src/uts/common/crypto/spi/kcf_spi.c
786
sizeof (crypto_mech_info_t) * mcount);
usr/src/uts/common/crypto/spi/kcf_spi.c
795
crypto_mech_info_t *mi = &desc->pd_mechanisms[mech_idx];
usr/src/uts/common/des/des_crypt.c
122
static crypto_mech_info_t des_mech_info_tab[] = {
usr/src/uts/common/des/des_crypt.c
244
sizeof (des_mech_info_tab)/sizeof (crypto_mech_info_t),
usr/src/uts/common/sys/crypto/impl.h
226
crypto_mech_info_t *pd_mechanisms;
usr/src/uts/common/sys/crypto/impl.h
315
crypto_mech_info_t ml_mech_info;
usr/src/uts/common/sys/crypto/impl.h
328
crypto_mech_info_t pm_mech_info; /* Provider mech info */
usr/src/uts/common/sys/crypto/spi.h
693
crypto_mech_info_t *pi_mechanisms;