OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fragment_len
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/ssl/
s3_pkt.c
578
size_t
fragment_len
= 0;
local
583
if (!ssl3_seal_record(s, out, &
fragment_len
, max_out, type, buf, 1)) {
586
out +=
fragment_len
;
587
max_out -=
fragment_len
;
598
ciphertext_len +=
fragment_len
;
[
all
...]
Completed in 7563 milliseconds