/illumos-gate/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 754 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs() 767 crypto_mech_info_t *rand_mi; in init_prov_mechs() 776 sizeof (crypto_mech_info_t) * (mcount - 1)); in init_prov_mechs() 780 bzero(rand_mi, sizeof (crypto_mech_info_t)); in init_prov_mechs() 787 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs() 796 crypto_mech_info_t *mi = &desc->pd_mechanisms[mech_idx]; in init_prov_mechs()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | spi.c | 195 crypto_mech_info_t minfo; in crypto_mech_info() 201 if (mdb_vread(&minfo, sizeof (crypto_mech_info_t), addr) in crypto_mech_info()
|
H A D | impl.c | 59 crypto_mech_info_t *mech_pointer; in kcf_provider_desc()
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_mech_tabs.c | 391 crypto_mech_info_t *mech_info; in kcf_add_mech_provider() 395 crypto_mech_info_t *dmi; in kcf_add_mech_provider() 463 bcopy(mech_info, &prov_mech->pm_mech_info, sizeof (crypto_mech_info_t)); in kcf_add_mech_provider()
|
H A D | kcf_prov_tabs.c | 371 desc->pd_mechanisms = kmem_zalloc(sizeof (crypto_mech_info_t) * in kcf_alloc_provider_desc() 491 kmem_free(desc->pd_mechanisms, sizeof (crypto_mech_info_t) * in kcf_free_provider_desc()
|
H A D | kcf_cryptoadm.c | 566 crypto_mech_info_t *mi; in kcf_change_mechs()
|
H A D | kcf_callprov.c | 115 crypto_mech_info_t *mech_info = NULL; in kcf_check_prov_mech_keylen()
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | md4_mod.c | 95 static crypto_mech_info_t md4_mech_info_tab[] = { 153 sizeof (md4_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | arcfour.c | 65 static crypto_mech_info_t rc4_mech_info_tab[] = { 140 sizeof (rc4_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | blowfish.c | 92 static crypto_mech_info_t blowfish_mech_info_tab[] = { 192 sizeof (blowfish_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | skein_mod.c | 54 static crypto_mech_info_t skein_mech_info_tab[] = { 152 sizeof (skein_mech_info_tab) / sizeof (crypto_mech_info_t),
|
H A D | md5_mod.c | 134 static crypto_mech_info_t md5_mech_info_tab[] = { 232 sizeof (md5_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | ecc.c | 107 static crypto_mech_info_t ecc_mech_info_tab[] = { 221 sizeof (ecc_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | sha1_mod.c | 92 static crypto_mech_info_t sha1_mech_info_tab[] = { 196 sizeof (sha1_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | aes.c | 64 static crypto_mech_info_t aes_mech_info_tab[] = { 219 sizeof (aes_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | rsa.c | 108 static crypto_mech_info_t rsa_mech_info_tab[] = { 304 sizeof (rsa_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | sha2_mod.c | 89 static crypto_mech_info_t sha2_mech_info_tab[] = { 227 sizeof (sha2_mech_info_tab)/sizeof (crypto_mech_info_t),
|
H A D | dca.c | 167 static crypto_mech_info_t dca_mech_info_tab1[] = { 181 static crypto_mech_info_t dca_mech_info_tab2[] = { 396 sizeof (dca_mech_info_tab1)/sizeof (crypto_mech_info_t), 410 sizeof (dca_mech_info_tab2)/sizeof (crypto_mech_info_t),
|
H A D | dprov.c | 320 static crypto_mech_info_t dprov_mech_info_tab[] = { 1240 sizeof (dprov_mech_info_tab)/sizeof (crypto_mech_info_t), 8739 sizeof (crypto_mech_info_t); i++) { in dprov_get_sw_prov()
|
H A D | crypto.c | 1631 crypto_mech_info_t *mi = NULL; in get_provider_mechanism_info()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | spi.h | 665 } crypto_mech_info_t; typedef 693 crypto_mech_info_t *pi_mechanisms;
|
H A D | impl.h | 225 crypto_mech_info_t *pd_mechanisms; 314 crypto_mech_info_t ml_mech_info; 327 crypto_mech_info_t pm_mech_info; /* Provider mech info */
|
/illumos-gate/usr/src/uts/common/des/ |
H A D | des_crypt.c | 122 static crypto_mech_info_t des_mech_info_tab[] = { 244 sizeof (des_mech_info_tab)/sizeof (crypto_mech_info_t),
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_cipher.c | 167 crypto_mech_info_t *sinfo; in crypto_cipher_init_prov()
|