Home
last modified time | relevance | path

Searched refs:blake2s (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/lib/crypto/
DMakefile15 libblake2s-y := blake2s.o
16 libblake2s-$(CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC) += blake2s-generic.o
41 libblake2s-y += blake2s-selftest.o
Dblake2s-selftest.c566 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_selftest()
/kernel/linux/linux-5.10/arch/x86/crypto/
DMakefile68 obj-$(CONFIG_CRYPTO_BLAKE2S_X86) += blake2s-x86_64.o
69 blake2s-x86_64-y := blake2s-shash.o
71 libblake2s-x86_64-y := blake2s-core.o blake2s-glue.o
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dcookie.c80 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()
Dnoise.c38 blake2s(handshake_init_chaining_key, handshake_name, NULL, in wg_noise_init()
/kernel/linux/linux-5.10/include/crypto/
Dblake2s.h89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() function
/kernel/linux/linux-5.10/drivers/char/
Drandom.c685 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy()
695 blake2s(buf, (u8 *)&block, seed, i, sizeof(block), sizeof(seed)); in extract_entropy()
/kernel/linux/linux-5.10/crypto/
DKconfig703 - blake2s-128
704 - blake2s-160
705 - blake2s-224
706 - blake2s-256