/external/boringssl/src/ssl/ |
D | d1_both.cc | 451 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() argument 453 OPENSSL_memset(out_hdr, 0x00, sizeof(struct hm_header_st)); in dtls1_parse_fragment() 455 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment() 456 !CBS_get_u24(cbs, &out_hdr->msg_len) || in dtls1_parse_fragment() 457 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment() 458 !CBS_get_u24(cbs, &out_hdr->frag_off) || in dtls1_parse_fragment() 459 !CBS_get_u24(cbs, &out_hdr->frag_len) || in dtls1_parse_fragment() 460 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
D | internal.h | 3286 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | d1_both.cc | 454 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() argument 456 OPENSSL_memset(out_hdr, 0x00, sizeof(struct hm_header_st)); in dtls1_parse_fragment() 458 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment() 459 !CBS_get_u24(cbs, &out_hdr->msg_len) || in dtls1_parse_fragment() 460 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment() 461 !CBS_get_u24(cbs, &out_hdr->frag_off) || in dtls1_parse_fragment() 462 !CBS_get_u24(cbs, &out_hdr->frag_len) || in dtls1_parse_fragment() 463 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
D | internal.h | 3250 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | d1_both.cc | 451 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() argument 453 OPENSSL_memset(out_hdr, 0x00, sizeof(struct hm_header_st)); in dtls1_parse_fragment() 455 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment() 456 !CBS_get_u24(cbs, &out_hdr->msg_len) || in dtls1_parse_fragment() 457 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment() 458 !CBS_get_u24(cbs, &out_hdr->frag_off) || in dtls1_parse_fragment() 459 !CBS_get_u24(cbs, &out_hdr->frag_len) || in dtls1_parse_fragment() 460 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
D | internal.h | 3286 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | ssl_msg.c | 2109 buf = ssl->out_hdr - ssl->out_left; in mbedtls_ssl_flush_output() 2131 ssl->out_hdr = ssl->out_buf; in mbedtls_ssl_flush_output() 2136 ssl->out_hdr = ssl->out_buf + 8; in mbedtls_ssl_flush_output() 2729 ssl->conf->transport, ssl->out_hdr + 1 ); in mbedtls_ssl_write_record() 2795 ssl->out_hdr[0] = (unsigned char) ssl->out_msgtype; in mbedtls_ssl_write_record() 2799 ssl->out_hdr[0], ssl->out_hdr[1], in mbedtls_ssl_write_record() 2800 ssl->out_hdr[2], len ) ); in mbedtls_ssl_write_record() 2803 ssl->out_hdr, protected_record_size ); in mbedtls_ssl_write_record() 2806 ssl->out_hdr += protected_record_size; in mbedtls_ssl_write_record() 5058 ssl->out_ctr = ssl->out_hdr + 3; in mbedtls_ssl_update_out_pointers() [all …]
|
D | ssl_tls.c | 3983 ssl->out_hdr = NULL; in mbedtls_ssl_setup()
|
/external/mbedtls/library/ |
D | ssl_msg.c | 2198 buf = ssl->out_hdr - ssl->out_left; in mbedtls_ssl_flush_output() 2220 ssl->out_hdr = ssl->out_buf; in mbedtls_ssl_flush_output() 2225 ssl->out_hdr = ssl->out_buf + 8; in mbedtls_ssl_flush_output() 2813 mbedtls_ssl_write_version( ssl->out_hdr + 1, ssl->conf->transport, in mbedtls_ssl_write_record() 2879 ssl->out_hdr[0] = (unsigned char) ssl->out_msgtype; in mbedtls_ssl_write_record() 2883 ssl->out_hdr[0], ssl->out_hdr[1], in mbedtls_ssl_write_record() 2884 ssl->out_hdr[2], len ) ); in mbedtls_ssl_write_record() 2887 ssl->out_hdr, protected_record_size ); in mbedtls_ssl_write_record() 2890 ssl->out_hdr += protected_record_size; in mbedtls_ssl_write_record() 5152 ssl->out_ctr = ssl->out_hdr + 3; in mbedtls_ssl_update_out_pointers() [all …]
|
D | ssl_misc.h | 1648 return( (size_t) ( ssl->out_iv - ssl->out_hdr ) ); in mbedtls_ssl_out_hdr_len()
|
D | ssl_tls.c | 1363 ssl->out_hdr = NULL; in mbedtls_ssl_setup()
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | ssl_internal.h | 1204 return( (size_t) ( ssl->out_iv - ssl->out_hdr ) ); in mbedtls_ssl_out_hdr_len()
|
D | ssl.h | 1382 unsigned char *out_hdr; /*!< start of record header */ member
|
/external/mbedtls/include/mbedtls/ |
D | ssl.h | 1740 unsigned char *MBEDTLS_PRIVATE(out_hdr); /*!< start of record header */
|
/external/openthread/third_party/mbedtls/repo/ |
D | ChangeLog | 3889 * Moved out_msg to out_hdr + 32 to support hardware acceleration
|
/external/mbedtls/ |
D | ChangeLog | 4691 * Moved out_msg to out_hdr + 32 to support hardware acceleration
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 68542 struct virtio_blk_outhdr out_hdr; member
|