Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dblake2s.h76 static inline void blake2s_init_key(struct blake2s_state *state, in blake2s_init_key() function
/openbmc/linux/lib/crypto/
H A Dblake2s-selftest.c578 blake2s_init_key(&state, outlen, in blake2s_digest_test()
/openbmc/linux/drivers/net/wireguard/
H A Dcookie.c106 blake2s_init_key(&state, COOKIE_LEN, checker->secret, NOISE_HASH_LEN); in make_cookie()
/openbmc/linux/drivers/char/
H A Drandom.c683 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()