Searched refs:blake2s (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/lib/crypto/ |
D | Makefile | 14 libblake2s-generic-y += blake2s-generic.o 17 libblake2s-y += blake2s.o 42 libblake2s-y += blake2s-selftest.o
|
D | blake2s-selftest.c | 586 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_selftest()
|
/linux-5.10/arch/x86/crypto/ |
D | Makefile | 68 obj-$(CONFIG_CRYPTO_BLAKE2S_X86) += blake2s-x86_64.o 69 blake2s-x86_64-y := blake2s-core.o blake2s-glue.o
|
/linux-5.10/drivers/net/wireguard/ |
D | cookie.c | 80 blake2s(mac1, message, key, COOKIE_LEN, len, NOISE_SYMMETRIC_KEY_LEN); in compute_mac1() 88 blake2s(mac2, message, cookie, COOKIE_LEN, len, COOKIE_LEN); in compute_mac2()
|
D | noise.c | 38 blake2s(handshake_init_chaining_key, handshake_name, NULL, in wg_noise_init()
|
/linux-5.10/include/crypto/ |
D | blake2s.h | 84 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() function
|
/linux-5.10/crypto/ |
D | Kconfig | 692 - blake2s-128 693 - blake2s-160 694 - blake2s-224 695 - blake2s-256
|