OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hm_fragment
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/ssl/
d1_both.c
148
static
hm_fragment
*dtls1_hm_fragment_new(size_t frag_len, int reassembly) {
149
hm_fragment
*frag = OPENSSL_malloc(sizeof(
hm_fragment
));
154
memset(frag, 0, sizeof(
hm_fragment
));
188
void dtls1_hm_fragment_free(
hm_fragment
*frag) {
211
static void dtls1_hm_fragment_mark(
hm_fragment
*frag, size_t start,
420
hm_fragment
*frag = (
hm_fragment
*)item->data;
449
static
hm_fragment
*dtls1_get_buffered_message(
457
hm_fragment
*frag
[
all
...]
d1_lib.c
124
hm_fragment
*frag = NULL;
127
frag = (
hm_fragment
*)item->data;
133
frag = (
hm_fragment
*)item->data;
internal.h
910
}
hm_fragment
;
typedef in typeref:struct:hm_fragment_st
[
all
...]
Completed in 1027 milliseconds