Home
last modified time | relevance | path

Searched refs:crypto_mech_info_t (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c754 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 Dspi.c195 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 Dimpl.c59 crypto_mech_info_t *mech_pointer; in kcf_provider_desc()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c391 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 Dkcf_prov_tabs.c371 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 Dkcf_cryptoadm.c566 crypto_mech_info_t *mi; in kcf_change_mechs()
H A Dkcf_callprov.c115 crypto_mech_info_t *mech_info = NULL; in kcf_check_prov_mech_keylen()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd4_mod.c95 static crypto_mech_info_t md4_mech_info_tab[] = {
153 sizeof (md4_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Darcfour.c65 static crypto_mech_info_t rc4_mech_info_tab[] = {
140 sizeof (rc4_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Dblowfish.c92 static crypto_mech_info_t blowfish_mech_info_tab[] = {
192 sizeof (blowfish_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Dskein_mod.c54 static crypto_mech_info_t skein_mech_info_tab[] = {
152 sizeof (skein_mech_info_tab) / sizeof (crypto_mech_info_t),
H A Dmd5_mod.c134 static crypto_mech_info_t md5_mech_info_tab[] = {
232 sizeof (md5_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Decc.c107 static crypto_mech_info_t ecc_mech_info_tab[] = {
221 sizeof (ecc_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Dsha1_mod.c92 static crypto_mech_info_t sha1_mech_info_tab[] = {
196 sizeof (sha1_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Daes.c64 static crypto_mech_info_t aes_mech_info_tab[] = {
219 sizeof (aes_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Drsa.c108 static crypto_mech_info_t rsa_mech_info_tab[] = {
304 sizeof (rsa_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Dsha2_mod.c89 static crypto_mech_info_t sha2_mech_info_tab[] = {
227 sizeof (sha2_mech_info_tab)/sizeof (crypto_mech_info_t),
H A Ddca.c167 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 Ddprov.c320 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 Dcrypto.c1631 crypto_mech_info_t *mi = NULL; in get_provider_mechanism_info()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h665 } crypto_mech_info_t; typedef
693 crypto_mech_info_t *pi_mechanisms;
H A Dimpl.h225 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 Ddes_crypt.c122 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 Dkcf_cipher.c167 crypto_mech_info_t *sinfo; in crypto_cipher_init_prov()