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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_pkt.c1193 unsigned int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH; local
1198 ccs_hdr_len = 3;
1203 if ( (rr->length != ccs_hdr_len) ||
/external/openssl/ssl/
H A Dd1_pkt.c1193 unsigned int ccs_hdr_len = DTLS1_CCS_HEADER_LENGTH; local
1198 ccs_hdr_len = 3;
1203 if ( (rr->length != ccs_hdr_len) ||

Completed in 31 milliseconds