Searched defs:content_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c332 SSL3ContentType content_type; local
372 content_type = (SSL3ContentType)mp->b_rptr[0];
374 if ((content_type == content_application_data) &&
409 content_type = (SSL3ContentType)recmp->b_rptr[0];
411 switch (content_type) {
531 SSL3ContentType content_type; local
570 content_type = (SSL3ContentType)mp->b_rptr[0];
572 switch (content_type) {
700 ssl->seq_num[KSSL_READ], content_type,
794 SSL3ContentType content_type; local
[all...]
H A Dksslrec.c2327 SSL3ContentType content_type; local
2351 content_type = (SSL3ContentType)mp->b_rptr[0];
2352 if (content_type == content_handshake_v2) {

Completed in 76 milliseconds