Home
last modified time | relevance | path

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

/titanic_50/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 = in kssl_init_mechs()
380 mech_to_cipher_tab[1].mech = hmac_md5_mech.cm_type = in kssl_init_mechs()
382 mech_to_cipher_tab[2].mech = hmac_sha1_mech.cm_type = in kssl_init_mechs()
385 mech_to_cipher_tab[3].mech = cipher_defs[cipher_rc4].mech_type = in kssl_init_mechs()
387 mech_to_cipher_tab[4].mech = cipher_defs[cipher_des].mech_type = in kssl_init_mechs()
389 mech_to_cipher_tab[5].mech = cipher_defs[cipher_3des].mech_type = in kssl_init_mechs()
391 mech_to_cipher_tab[6].mech = cipher_defs[cipher_aes128].mech_type = in kssl_init_mechs()
451 mc = &(mech_to_cipher_tab[i]); in kssl_event_callback()