OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blake2s_init
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/evp/
legacy_blake2.c
18
static int
blake2s_init
(BLAKE2S_CTX *C)
function
/src/external/bsd/libarchive/dist/libarchive/
archive_blake2s_ref.c
95
int
blake2s_init
( blake2s_state *S, size_t outlen )
function
288
if(
blake2s_init
( S, outlen ) < 0 ) return -1;
/src/sys/crypto/blake2/
blake2s.c
153
blake2s_init
(struct blake2s *B, size_t dlen, const void *key, size_t keylen)
function
270
blake2s_init
(&ctx, dlen, key, keylen);
308
blake2s_init
(&ctx, 32, NULL, 0);
Completed in 17 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026