Home
last modified time | relevance | path

Searched refs:blake2s_init_key (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dblake2s.h63 static inline void blake2s_init_key(struct blake2s_ctx *ctx, size_t outlen, in blake2s_init_key() function
/linux/include/crypto/
H A Dblake2s.h100 static inline void blake2s_init_key(struct blake2s_ctx *ctx, size_t outlen, in blake2s_init_key() function
/linux/lib/crypto/tests/
H A Dblake2s_kunit.c89 blake2s_init_key(&ctx, BLAKE2S_HASH_SIZE, guarded_key, key_len); in test_blake2s_with_guarded_key_buf()
/linux/drivers/net/wireguard/
H A Dcookie.c106 blake2s_init_key(&blake, COOKIE_LEN, checker->secret, NOISE_HASH_LEN); in make_cookie()
/linux/drivers/char/
H A Drandom.c695 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()