Home
last modified time | relevance | path

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

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