Searched refs:pending_calg (Results 1 – 2 of 2) sorted by relevance
679 ssl->pending_calg = cipher_suite_defs[i].calg; in kssl_handle_client_hello()1521 spec->cipher_type = cipher_defs[ssl->pending_calg].type; in kssl_spec_init()1522 spec->cipher_mech.cm_type = cipher_defs[ssl->pending_calg].mech_type; in kssl_spec_init()1523 spec->cipher_bsize = cipher_defs[ssl->pending_calg].bsize; in kssl_spec_init()1524 spec->cipher_keysz = cipher_defs[ssl->pending_calg].keysz; in kssl_spec_init()1575 if (cipher_defs[ssl->pending_calg].bsize > 0) { in kssl_spec_init()1585 cipher_defs[ssl->pending_calg].bsize; in kssl_spec_init()1598 if (cipher_defs[ssl->pending_calg].bsize > 0) { in kssl_spec_init()2207 ssl->pending_calg = cipher_suite_defs[i].calg; in kssl_handle_v2client_hello()
305 SSL3BulkCipher pending_calg; member