Searched refs:ccs_hdr (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | d1_pkt.c | 1099 struct ccs_header_st ccs_hdr; in dtls1_read_bytes() local 1102 dtls1_get_ccs_header(rr->data, &ccs_hdr); in dtls1_read_bytes() 1677 struct ccs_header_st ccs_hdr; 1687 dtls1_get_ccs_header(data, &ccs_hdr); 1688 seq_num = ccs_hdr.seq;
|
D | d1_both.c | 1312 dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr) in dtls1_get_ccs_header() argument 1314 memset(ccs_hdr, 0x00, sizeof(struct ccs_header_st)); in dtls1_get_ccs_header() 1316 ccs_hdr->type = *(data++); in dtls1_get_ccs_header()
|
D | ssl_locl.h | 952 void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr);
|
/external/openssl/ssl/ |
D | d1_pkt.c | 1202 struct ccs_header_st ccs_hdr; in dtls1_read_bytes() local 1205 dtls1_get_ccs_header(rr->data, &ccs_hdr); in dtls1_read_bytes() 1802 struct ccs_header_st ccs_hdr; 1812 dtls1_get_ccs_header(data, &ccs_hdr); 1813 seq_num = ccs_hdr.seq;
|
D | d1_both.c | 1450 dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr) in dtls1_get_ccs_header() argument 1452 memset(ccs_hdr, 0x00, sizeof(struct ccs_header_st)); in dtls1_get_ccs_header() 1454 ccs_hdr->type = *(data++); in dtls1_get_ccs_header()
|
D | ssl_locl.h | 988 void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr);
|