OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tohash_len
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/evp/
e_chacha20_poly1305.c
220
size_t tail,
tohash_len
, buf_len, plen = actx->tls_payload_length;
local
239
tohash_len
= POLY1305_BLOCK_SIZE;
251
tohash_len
= (size_t)(ctr - tohash);
264
tohash_len
= POLY1305_BLOCK_SIZE;
286
tohash_len
+= i + tail;
298
tohash_len
= 0;
340
tohash_len
+= POLY1305_BLOCK_SIZE;
343
Poly1305_Update(POLY1305_ctx(actx), tohash,
tohash_len
);
local
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c
123
size_t tail,
tohash_len
, buf_len, plen = ctx->tls_payload_length;
local
140
tohash_len
= POLY1305_BLOCK_SIZE;
152
tohash_len
= (size_t)(ctr - tohash);
165
tohash_len
= POLY1305_BLOCK_SIZE;
187
tohash_len
+= i + tail;
199
tohash_len
= 0;
238
tohash_len
+= POLY1305_BLOCK_SIZE;
240
Poly1305_Update(poly, tohash,
tohash_len
);
/src/crypto/external/bsd/openssl/dist/crypto/evp/
e_chacha20_poly1305.c
218
size_t tail,
tohash_len
, buf_len, plen = actx->tls_payload_length;
local
237
tohash_len
= POLY1305_BLOCK_SIZE;
249
tohash_len
= (size_t)(ctr - tohash);
262
tohash_len
= POLY1305_BLOCK_SIZE;
284
tohash_len
+= i + tail;
296
tohash_len
= 0;
338
tohash_len
+= POLY1305_BLOCK_SIZE;
341
Poly1305_Update(POLY1305_ctx(actx), tohash,
tohash_len
);
local
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c
124
size_t tail,
tohash_len
, buf_len, plen = ctx->tls_payload_length;
local
141
tohash_len
= POLY1305_BLOCK_SIZE;
153
tohash_len
= (size_t)(ctr - tohash);
166
tohash_len
= POLY1305_BLOCK_SIZE;
188
tohash_len
+= i + tail;
200
tohash_len
= 0;
239
tohash_len
+= POLY1305_BLOCK_SIZE;
241
Poly1305_Update(poly, tohash,
tohash_len
);
/src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_chacha20_poly1305.c
216
size_t tail,
tohash_len
, buf_len, plen = actx->tls_payload_length;
local
235
tohash_len
= POLY1305_BLOCK_SIZE;
247
tohash_len
= (size_t)(ctr - tohash);
260
tohash_len
= POLY1305_BLOCK_SIZE;
282
tohash_len
+= i + tail;
294
tohash_len
= 0;
339
tohash_len
+= POLY1305_BLOCK_SIZE;
342
Poly1305_Update(POLY1305_ctx(actx), tohash,
tohash_len
);
local
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026