Home
last modified time | relevance | path

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

/linux-5.10/lib/crypto/
DMakefile14 libblake2s-generic-y += blake2s-generic.o
17 libblake2s-y += blake2s.o
42 libblake2s-y += blake2s-selftest.o
Dblake2s-selftest.c586 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_selftest()
/linux-5.10/arch/x86/crypto/
DMakefile68 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/
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()
/linux-5.10/include/crypto/
Dblake2s.h84 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() function
/linux-5.10/crypto/
DKconfig692 - blake2s-128
693 - blake2s-160
694 - blake2s-224
695 - blake2s-256