/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | d1_both.c | 366 l2n3(msg_hdr->msg_len,p); in dtls1_do_write() 368 l2n3(0,p); in dtls1_do_write() 369 l2n3(msg_hdr->msg_len,p); in dtls1_do_write() 448 l2n3(msg_len,p); in dtls1_get_message() 450 l2n3(0,p); in dtls1_get_message() 451 l2n3(msg_len,p); in dtls1_get_message() 1016 l2n3(n,p); in dtls1_add_cert_to_buf() 1072 l2n3(l,p); in dtls1_output_cert_chain() 1383 l2n3(msg_hdr->msg_len, p); in dtls1_write_message_header() 1386 l2n3(msg_hdr->frag_off, p); in dtls1_write_message_header() [all …]
|
D | s3_both.c | 194 l2n3(l,d); in ssl3_send_finished() 336 l2n3(n,p); in ssl3_add_cert_to_buf() 412 l2n3(l,p); in ssl3_output_cert_chain() 416 l2n3(l,p); in ssl3_output_cert_chain()
|
D | s3_srvr.c | 1548 l2n3(l,d); in ssl3_send_server_hello() 2035 l2n3(n,d); in ssl3_send_server_key_exchange() 2127 l2n3(n,d); in ssl3_send_certificate_request() 3511 l2n3(len - 4, p); /* Message length */ in ssl3_send_newsession_ticket() 3544 l2n3(s->tlsext_ocsp_resplen + 4, p); in ssl3_send_cert_status() 3548 l2n3(s->tlsext_ocsp_resplen, p); in ssl3_send_cert_status()
|
D | s23_srvr.c | 522 l2n3((long)i, d_len); in ssl23_get_client_hello()
|
D | s3_clnt.c | 878 l2n3(l,d); in ssl3_client_hello() 2993 l2n3(n,d); in ssl3_send_client_key_exchange() 3157 l2n3(n,d); in ssl3_send_client_verify() 3404 l2n3(2 + len + padding_len, d); in ssl3_send_next_proto() 3444 l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d); in ssl3_send_channel_id()
|
D | s23_clnt.c | 538 l2n3(l,d); in ssl23_client_hello()
|
D | ssl_locl.h | 258 #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ macro
|
D | d1_pkt.c | 1747 l2n3(s->d1->r_msg_hdr.frag_off, ptr); in dtls1_dispatch_alert()
|
D | d1_srvr.c | 1531 l2n3(n,d); in dtls1_send_certificate_request()
|
/external/openssl/ssl/ |
D | d1_both.c | 366 l2n3(msg_hdr->msg_len,p); in dtls1_do_write() 368 l2n3(0,p); in dtls1_do_write() 369 l2n3(msg_hdr->msg_len,p); in dtls1_do_write() 448 l2n3(msg_len,p); in dtls1_get_message() 450 l2n3(0,p); in dtls1_get_message() 451 l2n3(msg_len,p); in dtls1_get_message() 1007 l2n3(n,p); in dtls1_add_cert_to_buf() 1063 l2n3(l,p); in dtls1_output_cert_chain() 1374 l2n3(msg_hdr->msg_len, p); in dtls1_write_message_header() 1377 l2n3(msg_hdr->frag_off, p); in dtls1_write_message_header() [all …]
|
D | s3_both.c | 194 l2n3(l,d); in ssl3_send_finished() 336 l2n3(n,p); in ssl3_add_cert_to_buf() 412 l2n3(l,p); in ssl3_output_cert_chain() 416 l2n3(l,p); in ssl3_output_cert_chain()
|
D | s3_srvr.c | 1547 l2n3(l,d); in ssl3_send_server_hello() 2034 l2n3(n,d); in ssl3_send_server_key_exchange() 2126 l2n3(n,d); in ssl3_send_certificate_request() 3510 l2n3(len - 4, p); /* Message length */ in ssl3_send_newsession_ticket() 3543 l2n3(s->tlsext_ocsp_resplen + 4, p); in ssl3_send_cert_status() 3547 l2n3(s->tlsext_ocsp_resplen, p); in ssl3_send_cert_status()
|
D | s23_srvr.c | 522 l2n3((long)i, d_len); in ssl23_get_client_hello()
|
D | s3_clnt.c | 877 l2n3(l,d); in ssl3_client_hello() 2986 l2n3(n,d); in ssl3_send_client_key_exchange() 3171 l2n3(n,d); in ssl3_send_client_verify() 3418 l2n3(2 + len + padding_len, d); in ssl3_send_next_proto() 3442 l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d); in ssl3_send_channel_id()
|
D | s23_clnt.c | 538 l2n3(l,d); in ssl23_client_hello()
|
D | ssl_locl.h | 258 #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ macro
|
D | d1_srvr.c | 1531 l2n3(n,d); in dtls1_send_certificate_request()
|
D | d1_pkt.c | 1747 l2n3(s->d1->r_msg_hdr.frag_off, ptr); in dtls1_dispatch_alert()
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | channelidchromium.patch | 138 l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d);
|
D | jsse.patch | 126 l2n3(l,p);
|
D | channelid.patch | 109 + l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d);
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
D | 0001-channelid.patch | 153 + l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d);
|
/external/openssl/patches/ |
D | jsse.patch | 126 l2n3(l,p);
|
D | channelid.patch | 109 + l2n3(2 + 2 + TLSEXT_CHANNEL_ID_SIZE, d);
|