Searched refs:cipher_defs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c125 KSSLCipherDef cipher_defs[] = { /* indexed by SSL3BulkCipher */ variable
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 =
392 cipher_defs[cipher_aes256].mech_type =
H A Dksslimpl.h166 extern KSSLCipherDef cipher_defs[];
H A Dksslrec.c1521 spec->cipher_type = cipher_defs[ssl->pending_calg].type;
1522 spec->cipher_mech.cm_type = cipher_defs[ssl->pending_calg].mech_type;
1523 spec->cipher_bsize = cipher_defs[ssl->pending_calg].bsize;
1524 spec->cipher_keysz = cipher_defs[ssl->pending_calg].keysz;
1575 if (cipher_defs[ssl->pending_calg].bsize > 0) {
1585 cipher_defs[ssl->pending_calg].bsize;
1598 if (cipher_defs[ssl->pending_calg].bsize > 0) {

Completed in 69 milliseconds