Searched defs:mech_to_cipher_tab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c355 static mech_to_cipher_t mech_to_cipher_tab[NUM_MECHS] = { variable
378 mech_to_cipher_tab[0].mech = rsa_x509_mech.cm_type =
380 mech_to_cipher_tab[1].mech = hmac_md5_mech.cm_type =
382 mech_to_cipher_tab[2].mech = hmac_sha1_mech.cm_type =
385 mech_to_cipher_tab[3].mech = cipher_defs[cipher_rc4].mech_type =
387 mech_to_cipher_tab[4].mech = cipher_defs[cipher_des].mech_type =
389 mech_to_cipher_tab[5].mech = cipher_defs[cipher_3des].mech_type =
391 mech_to_cipher_tab[6].mech = cipher_defs[cipher_aes128].mech_type =
451 mc = &(mech_to_cipher_tab[i]);

Completed in 59 milliseconds