OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blake2b_update
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c
554
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
557
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
560
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
563
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
566
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
569
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
572
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
575
blake2b_update
(&BlakeHash, (const uint8_t *)context->pwd,
585
blake2b_update
(&BlakeHash, (const uint8_t *)&value, sizeof(value));
588
blake2b_update
(&BlakeHash, (const uint8_t *)context->salt
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2.h
33
#define
blake2b_update
crypto_generichash_blake2b__update
macro
86
int
blake2b_update
(blake2b_state *S, const uint8_t *in, uint64_t inlen);
blake2b-ref.c
207
blake2b_update
(S, block, BLAKE2B_BLOCKBYTES);
253
blake2b_update
(S, block, BLAKE2B_BLOCKBYTES);
261
blake2b_update
(blake2b_state *S, const uint8_t *in, uint64_t inlen)
function
364
blake2b_update
(S, (const uint8_t *) in, inlen);
403
blake2b_update
(S, (const uint8_t *) in, inlen);
generichash_blake2b.c
96
return
blake2b_update
(state, (const uint8_t *) in, (uint64_t) inlen);
/src/lib/libcrypt/
namespace.h
63
#define
blake2b_update
__libcrypt_internal_blake2b_update
macro
/src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h
74
ARGON2_LOCAL int
blake2b_update
(blake2b_state *S, const void *in, size_t inlen);
blake2b.c
159
blake2b_update
(S, block, BLAKE2B_BLOCKBYTES);
224
int
blake2b_update
(blake2b_state *S, const void *in, size_t inlen) {
function
322
if (
blake2b_update
(&S, in, inlen) < 0) {
356
TRY(
blake2b_update
(&blake_state, outlen_bytes, sizeof(outlen_bytes)));
357
TRY(
blake2b_update
(&blake_state, in, inlen));
364
TRY(
blake2b_update
(&blake_state, outlen_bytes, sizeof(outlen_bytes)));
365
TRY(
blake2b_update
(&blake_state, in, inlen));
/src/external/bsd/libarchive/dist/libarchive/
archive_blake2.h
156
int
blake2b_update
( blake2b_state *S, const void *in, size_t inlen );
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026