Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dblake2b.c41 blake2b_compress_generic(struct blake2b_ctx *ctx, in blake2b_compress_generic() function
113 #define blake2b_compress blake2b_compress_generic
/linux/lib/crypto/arm/
H A Dblake2b.h20 blake2b_compress_generic(ctx, data, nblocks, inc); in blake2b_compress()