Searched refs:blake2s_init_key (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | blake2s.h | 63 static inline void blake2s_init_key(struct blake2s_ctx *ctx, size_t outlen, in blake2s_init_key() function
|
| /linux/include/crypto/ |
| H A D | blake2s.h | 100 static inline void blake2s_init_key(struct blake2s_ctx *ctx, size_t outlen, in blake2s_init_key() function
|
| /linux/lib/crypto/tests/ |
| H A D | blake2s_kunit.c | 89 blake2s_init_key(&ctx, BLAKE2S_HASH_SIZE, guarded_key, key_len); in test_blake2s_with_guarded_key_buf()
|
| /linux/drivers/net/wireguard/ |
| H A D | cookie.c | 106 blake2s_init_key(&blake, COOKIE_LEN, checker->secret, NOISE_HASH_LEN); in make_cookie()
|
| /linux/drivers/char/ |
| H A D | random.c | 695 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()
|