Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dblake2s.c33 static inline void blake2s_increment_counter(struct blake2s_ctx *ctx, u32 inc) in blake2s_increment_counter() function
51 blake2s_increment_counter(ctx, inc); in blake2s_compress_generic()
/linux/tools/perf/util/
H A Dblake2s.c43 static inline void blake2s_increment_counter(struct blake2s_ctx *ctx, u32 inc) in blake2s_increment_counter() function
57 blake2s_increment_counter(ctx, inc); in blake2s_compress()