OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hm_fragment
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/
d1_both.cc
145
static void dtls1_hm_fragment_free(
hm_fragment
*frag) {
154
static
hm_fragment
*dtls1_hm_fragment_new(const struct hm_header_st *msg_hdr) {
155
hm_fragment
*frag = (
hm_fragment
*)OPENSSL_malloc(sizeof(
hm_fragment
));
160
OPENSSL_memset(frag, 0, sizeof(
hm_fragment
));
219
static void dtls1_hm_fragment_mark(
hm_fragment
*frag, size_t start,
260
hm_fragment
*frag = ssl->d1->incoming_messages[ssl->d1->handshake_read_seq %
269
static
hm_fragment
*dtls1_get_incoming_message(
277
hm_fragment
*frag = ssl->d1->incoming_messages[idx]
[
all
...]
internal.h
1858
}
hm_fragment
;
typedef in typeref:struct:hm_fragment_st
[
all
...]
Completed in 169 milliseconds