crypto_mech_info_t
crypto_mech_info_t *mech_pointer;
crypto_mech_info_t minfo;
if (mdb_vread(&minfo, sizeof (crypto_mech_info_t), addr)
crypto_mech_info_t *sinfo;
crypto_mech_info_t *mech_info = NULL;
crypto_mech_info_t *mi;
crypto_mech_info_t *mech_info;
crypto_mech_info_t *dmi;
bcopy(mech_info, &prov_mech->pm_mech_info, sizeof (crypto_mech_info_t));
desc->pd_mechanisms = kmem_zalloc(sizeof (crypto_mech_info_t) *
kmem_free(desc->pd_mechanisms, sizeof (crypto_mech_info_t) *
sizeof (aes_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t aes_mech_info_tab[] = {
sizeof (rc4_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t rc4_mech_info_tab[] = {
sizeof (blowfish_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t blowfish_mech_info_tab[] = {
crypto_mech_info_t *mi = NULL;
static crypto_mech_info_t dca_mech_info_tab1[] = {
static crypto_mech_info_t dca_mech_info_tab2[] = {
sizeof (dca_mech_info_tab1)/sizeof (crypto_mech_info_t),
sizeof (dca_mech_info_tab2)/sizeof (crypto_mech_info_t),
sizeof (dprov_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t dprov_mech_info_tab[] = {
sizeof (crypto_mech_info_t); i++) {
static crypto_mech_info_t ecc_mech_info_tab[] = {
sizeof (ecc_mech_info_tab)/sizeof (crypto_mech_info_t),
sizeof (md4_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t md4_mech_info_tab[] = {
static crypto_mech_info_t md5_mech_info_tab[] = {
sizeof (md5_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t rsa_mech_info_tab[] = {
sizeof (rsa_mech_info_tab)/sizeof (crypto_mech_info_t),
sizeof (sha1_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t sha1_mech_info_tab[] = {
sizeof (sha2_mech_info_tab)/sizeof (crypto_mech_info_t),
static crypto_mech_info_t sha2_mech_info_tab[] = {
sizeof (skein_mech_info_tab) / sizeof (crypto_mech_info_t),
static crypto_mech_info_t skein_mech_info_tab[] = {
sizeof (crypto_mech_info_t) * mcount);
crypto_mech_info_t *rand_mi;
sizeof (crypto_mech_info_t) * (mcount - 1));
bzero(rand_mi, sizeof (crypto_mech_info_t));
sizeof (crypto_mech_info_t) * mcount);
crypto_mech_info_t *mi = &desc->pd_mechanisms[mech_idx];
static crypto_mech_info_t des_mech_info_tab[] = {
sizeof (des_mech_info_tab)/sizeof (crypto_mech_info_t),
crypto_mech_info_t *pd_mechanisms;
crypto_mech_info_t ml_mech_info;
crypto_mech_info_t pm_mech_info; /* Provider mech info */
crypto_mech_info_t *pi_mechanisms;