Searched refs:blake2s_init_key (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | blake2s-selftest.c | 576 blake2s_init_key(&state, outlen, in blake2s_selftest()
|
| /kernel/linux/linux-6.6/include/crypto/ |
| D | blake2s.h | 76 static inline void blake2s_init_key(struct blake2s_state *state, in blake2s_init_key() function
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | blake2s.h | 76 static inline void blake2s_init_key(struct blake2s_state *state, in blake2s_init_key() function
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | blake2s-selftest.c | 578 blake2s_init_key(&state, outlen, in blake2s_digest_test()
|
| /kernel/linux/linux-6.6/drivers/net/wireguard/ |
| D | cookie.c | 106 blake2s_init_key(&state, COOKIE_LEN, checker->secret, NOISE_HASH_LEN); in make_cookie()
|
| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| D | cookie.c | 106 blake2s_init_key(&state, COOKIE_LEN, checker->secret, NOISE_HASH_LEN); in make_cookie()
|
| /kernel/linux/linux-5.10/drivers/char/ |
| D | random.c | 686 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()
|
| /kernel/linux/linux-6.6/drivers/char/ |
| D | random.c | 683 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()
|