Searched refs:blake2b_long (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | blake2b-long.h | 6 int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen);
|
H A D | argon2-core.c | 208 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 D | blake2b-long.c | 13 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 D | argon2.c | 266 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
|