Searched refs:pending_calg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h305 SSL3BulkCipher pending_calg; member in struct:ssl_s
H A Dksslrec.c679 ssl->pending_calg = cipher_suite_defs[i].calg;
1521 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) {
2207 ssl->pending_calg = cipher_suite_defs[i].calg;

Completed in 183 milliseconds