OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thiswr
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c
687
SSL3_RECORD *
thiswr
;
local
875
thiswr
= &wr[j];
888
SSL3_RECORD_set_type(
thiswr
, rectype);
899
SSL3_RECORD_set_rec_version(
thiswr
, version);
923
SSL3_RECORD_set_data(
thiswr
, compressdata);
924
SSL3_RECORD_set_length(
thiswr
, pipelens[j]);
925
SSL3_RECORD_set_input(
thiswr
, (unsigned char *)&buf[totlen]);
929
* we now 'read' from
thiswr
->input,
thiswr
->length bytes into
930
*
thiswr
->dat
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c
672
SSL3_RECORD *
thiswr
;
local
847
thiswr
= &wr[j];
860
SSL3_RECORD_set_type(
thiswr
, rectype);
871
SSL3_RECORD_set_rec_version(
thiswr
, version);
892
SSL3_RECORD_set_data(
thiswr
, compressdata);
893
SSL3_RECORD_set_length(
thiswr
, pipelens[j]);
894
SSL3_RECORD_set_input(
thiswr
, (unsigned char *)&buf[totlen]);
898
* we now 'read' from
thiswr
->input,
thiswr
->length bytes into
899
*
thiswr
->dat
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c
1645
TLS_RL_RECORD *
thiswr
)
1651
* we should still have the output to
thiswr
->data and the input from
1652
* wr->input. Length should be
thiswr
->length.
thiswr
->data still points
1660
|| !rl->funcs->mac(rl,
thiswr
, mac, 1)) {
1684
TLS_RL_RECORD_set_data(
thiswr
, recordstart);
1685
TLS_RL_RECORD_reset_input(
thiswr
);
1686
TLS_RL_RECORD_set_length(
thiswr
, len);
1695
TLS_RL_RECORD *
thiswr
)
1706
>=
thiswr
->length
1766
TLS_RL_RECORD *
thiswr
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026