OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempiv
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c
78
unsigned char
tempiv
[CHACHA_CTR_SIZE] = { 0 };
local
89
memcpy(
tempiv
+ CHACHA_CTR_SIZE - noncelen, bctx->oiv,
94
tempiv
, sizeof(
tempiv
), NULL);
97
tempiv
, sizeof(
tempiv
), NULL);
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c
78
unsigned char
tempiv
[CHACHA_CTR_SIZE] = { 0 };
local
89
memcpy(
tempiv
+ CHACHA_CTR_SIZE - noncelen, bctx->oiv,
94
tempiv
, sizeof(
tempiv
), NULL);
97
tempiv
, sizeof(
tempiv
), NULL);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026