Searched refs:crypto_mech_info_t (Results 1 – 10 of 10) sorted by relevance
582 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()595 crypto_mech_info_t *rand_mi; in init_prov_mechs()604 sizeof (crypto_mech_info_t) * (mcount - 1)); in init_prov_mechs()608 bzero(rand_mi, sizeof (crypto_mech_info_t)); in init_prov_mechs()615 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()624 crypto_mech_info_t *mi = &desc->pd_mechanisms[mech_idx]; in init_prov_mechs()
379 crypto_mech_info_t *mech_info; in kcf_add_mech_provider()383 crypto_mech_info_t *dmi; in kcf_add_mech_provider()443 bcopy(mech_info, &prov_mech->pm_mech_info, sizeof (crypto_mech_info_t)); in kcf_add_mech_provider()
344 desc->pd_mechanisms = kmem_zalloc(sizeof (crypto_mech_info_t) * in kcf_alloc_provider_desc()484 kmem_free(desc->pd_mechanisms, sizeof (crypto_mech_info_t) * in kcf_free_provider_desc()
624 } crypto_mech_info_t; typedef658 crypto_mech_info_t *pi_mechanisms;
217 crypto_mech_info_t *pd_mechanisms;282 crypto_mech_info_t ml_mech_info;295 crypto_mech_info_t pm_mech_info; /* Provider mech info */
53 static crypto_mech_info_t skein_mech_info_tab[] = {147 sizeof (skein_mech_info_tab) / sizeof (crypto_mech_info_t),
83 static crypto_mech_info_t sha1_mech_info_tab[] = {181 sizeof (sha1_mech_info_tab)/sizeof (crypto_mech_info_t),
82 static crypto_mech_info_t sha2_mech_info_tab[] = {208 sizeof (sha2_mech_info_tab)/sizeof (crypto_mech_info_t),
59 static crypto_mech_info_t aes_mech_info_tab[] = {192 sizeof (aes_mech_info_tab)/sizeof (crypto_mech_info_t),
162 crypto_mech_info_t *sinfo; in crypto_cipher_init_prov()