Searched refs:blake2s (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | blake2s_kunit.c | 17 blake2s(NULL, 0, data, len, out, BLAKE2S_HASH_SIZE); in blake2s_default() 55 blake2s(key, key_len, data, data_len, hash, out_len); in test_blake2s_all_key_and_hash_lens() 83 blake2s(key, key_len, test_buf, data_len, in test_blake2s_with_guarded_key_buf() 85 blake2s(guarded_key, key_len, test_buf, data_len, in test_blake2s_with_guarded_key_buf() 109 blake2s(NULL, 0, test_buf, data_len, hash, out_len); in test_blake2s_with_guarded_out_buf() 110 blake2s(NULL, 0, test_buf, data_len, guarded_hash, out_len); in test_blake2s_with_guarded_out_buf()
|
| /linux/drivers/net/wireguard/ |
| H A D | cookie.c | 80 blake2s(key, NOISE_SYMMETRIC_KEY_LEN, message, len, mac1, COOKIE_LEN); in compute_mac1() 88 blake2s(cookie, COOKIE_LEN, message, len, mac2, COOKIE_LEN); in compute_mac2()
|
| H A D | noise.c | 38 blake2s(NULL, 0, handshake_name, sizeof(handshake_name), in wg_noise_init()
|
| /linux/lib/crypto/ |
| H A D | Makefile | 86 obj-y += blake2s.o 89 obj-$(CONFIG_ARM) += arm/blake2s-core.o 90 obj-$(CONFIG_X86) += x86/blake2s-core.o
|
| /linux/include/crypto/ |
| H A D | blake2s.h | 145 static inline void blake2s(const u8 *key, size_t keylen, in blake2s() function
|
| /linux/drivers/char/ |
| H A D | random.c | 694 blake2s(seed, sizeof(seed), (const u8 *)&block, sizeof(block), next_key, sizeof(next_key)); in extract_entropy() 704 blake2s(seed, sizeof(seed), (const u8 *)&block, sizeof(block), buf, i); in extract_entropy()
|
| /linux/tools/perf/util/ |
| H A D | Build | 9 perf-util-y += blake2s.o
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 659 + blake2s-256
|