Home
last modified time | relevance | path

Searched refs:blake2b_compress (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/
H A Dblake2b.c109 #define blake2b_compress blake2b_compress_generic macro
125 blake2b_compress(ctx, ctx->buf, 1, BLAKE2B_BLOCK_SIZE); in blake2b_update()
133 blake2b_compress(ctx, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in blake2b_update()
148 blake2b_compress(ctx, ctx->buf, 1, ctx->buflen); in blake2b_final()
/linux/lib/crypto/arm/
H A Dblake2b.h16 static void blake2b_compress(struct blake2b_ctx *ctx, in blake2b_compress() function