Home
last modified time | relevance | path

Searched refs:blake2b_long (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.h6 int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen);
H A Dargon2-core.c208 blake2b_long(context->out, context->outlen, blockhash_bytes, in finalize()
377 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash, in fill_first_blocks()
383 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash, in fill_first_blocks()
H A Dblake2b-long.c13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) in blake2b_long() function
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c266 static int blake2b_long(EVP_MD *md, EVP_MAC *mac, unsigned char *out,
359 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, in fill_first_blocks()
364 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, in fill_first_blocks()
777 blake2b_long(ctx->md, ctx->mac, out, ctx->outlen, blockhash_bytes, in finalize()
849 static int blake2b_long(EVP_MD *md, EVP_MAC *mac, unsigned char *out, in blake2b_long() function