Home
last modified time | relevance | path

Searched refs:out_hdr (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/ssl/
Dd1_both.cc451 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()
Dinternal.h3286 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dd1_both.cc454 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()
Dinternal.h3250 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
/external/cronet/third_party/boringssl/src/ssl/
Dd1_both.cc451 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()
Dinternal.h3286 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
/external/openthread/third_party/mbedtls/repo/library/
Dssl_msg.c2109 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 …]
Dssl_tls.c3983 ssl->out_hdr = NULL; in mbedtls_ssl_setup()
/external/mbedtls/library/
Dssl_msg.c2198 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 …]
Dssl_misc.h1648 return( (size_t) ( ssl->out_iv - ssl->out_hdr ) ); in mbedtls_ssl_out_hdr_len()
Dssl_tls.c1363 ssl->out_hdr = NULL; in mbedtls_ssl_setup()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h1204 return( (size_t) ( ssl->out_iv - ssl->out_hdr ) ); in mbedtls_ssl_out_hdr_len()
Dssl.h1382 unsigned char *out_hdr; /*!< start of record header */ member
/external/mbedtls/include/mbedtls/
Dssl.h1740 unsigned char *MBEDTLS_PRIVATE(out_hdr); /*!< start of record header */
/external/openthread/third_party/mbedtls/repo/
DChangeLog3889 * Moved out_msg to out_hdr + 32 to support hardware acceleration
/external/mbedtls/
DChangeLog4691 * Moved out_msg to out_hdr + 32 to support hardware acceleration
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h68542 struct virtio_blk_outhdr out_hdr; member