OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticiv
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record_tls13.c
30
unsigned char *
staticiv
;
local
45
staticiv
= s->write_iv;
49
staticiv
= s->read_iv;
131
memcpy(iv,
staticiv
, offset);
133
iv[offset + loop] =
staticiv
[offset + loop] ^ seq[loop];
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record_tls13.c
30
unsigned char *
staticiv
;
local
47
staticiv
= s->write_iv;
51
staticiv
= s->read_iv;
134
memcpy(iv,
staticiv
, offset);
136
iv[offset + loop] =
staticiv
[offset + loop] ^ seq[loop];
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls13_meth.c
95
unsigned char *
staticiv
;
local
112
staticiv
= rl->iv;
163
memcpy(nonce,
staticiv
, offset);
165
nonce[offset + loop] =
staticiv
[offset + loop] ^ seq[loop];
Completed in 14 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026