Searched refs:SSL3ContentType (Results 1 – 4 of 4) sorted by relevance
207 extern int kssl_compute_record_mac(ssl_t *, int, uint64_t, SSL3ContentType,213 extern int kssl_mac_encrypt_record(ssl_t *, SSL3ContentType, uchar_t *,
332 SSL3ContentType content_type; in kssl_input()372 content_type = (SSL3ContentType)mp->b_rptr[0]; in kssl_input()409 content_type = (SSL3ContentType)recmp->b_rptr[0]; in kssl_input()531 SSL3ContentType content_type; in kssl_handle_mblk()570 content_type = (SSL3ContentType)mp->b_rptr[0]; in kssl_handle_mblk()794 SSL3ContentType content_type; in kssl_handle_any_record()810 content_type = (SSL3ContentType)mp->b_rptr[0]; in kssl_handle_any_record()
126 } SSL3ContentType; typedef
166 SSL3ContentType ct, in kssl_compute_record_mac()1701 SSL3ContentType ct, in kssl_mac_encrypt_record()2327 SSL3ContentType content_type; in kssl_get_next_record()2351 content_type = (SSL3ContentType)mp->b_rptr[0]; in kssl_get_next_record()