Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslrec.c55 static ssl3CipherSuiteDef cipher_suite_defs[] = { variable
78 sizeof (cipher_suite_defs) / sizeof (cipher_suite_defs[0]);
667 if (selected_suite == cipher_suite_defs[i].suite) { in kssl_handle_client_hello()
678 ssl->pending_malg = cipher_suite_defs[i].malg; in kssl_handle_client_hello()
679 ssl->pending_calg = cipher_suite_defs[i].calg; in kssl_handle_client_hello()
680 ssl->pending_keyblksz = cipher_suite_defs[i].keyblksz; in kssl_handle_client_hello()
2198 if (selected_suite == cipher_suite_defs[i].suite) { in kssl_handle_v2client_hello()
2206 ssl->pending_malg = cipher_suite_defs[i].malg; in kssl_handle_v2client_hello()
2207 ssl->pending_calg = cipher_suite_defs[i].calg; in kssl_handle_v2client_hello()
2208 ssl->pending_keyblksz = cipher_suite_defs[i].keyblksz; in kssl_handle_v2client_hello()