OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thistempl
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c
1693
OSSL_RECORD_TEMPLATE *
thistempl
,
1742
unsigned char ctype =
thistempl
->type;
1771
OSSL_RECORD_TEMPLATE *
thistempl
;
local
1801
thistempl
= (j < prefix) ? &prefixtempl : &templates[j - prefix];
1808
rectype = rl->funcs->get_record_type(rl,
thistempl
);
1810
rectype =
thistempl
->type;
1813
TLS_RL_RECORD_set_rec_version(thiswr,
thistempl
->version);
1815
if (!rl->funcs->prepare_record_header(rl, thispkt,
thistempl
, rectype,
1823
TLS_RL_RECORD_set_length(thiswr,
thistempl
->buflen);
1825
TLS_RL_RECORD_set_input(thiswr, (unsigned char *)
thistempl
->buf)
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026