Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A DMakefile23 libblake2s-y := blake2s.o
24 libblake2s-$(CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC) += blake2s-generic.o
52 libblake2s-y += blake2s-selftest.o
H A Dblake2s-selftest.c568 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_digest_test()
/openbmc/linux/arch/arm/crypto/
H A DMakefile34 libblake2s-arm-y:= blake2s-core.o blake2s-glue.o
/openbmc/linux/drivers/net/wireguard/
H A 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()
H A Dnoise.c38 blake2s(handshake_init_chaining_key, handshake_name, NULL, in wg_noise_init()
/openbmc/linux/include/crypto/
H A Dblake2s.h89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() function
/openbmc/linux/arch/x86/crypto/
H A DMakefile65 libblake2s-x86_64-y := blake2s-core.o blake2s-glue.o
/openbmc/linux/drivers/char/
H A Drandom.c682 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy()
692 blake2s(buf, (u8 *)&block, seed, i, sizeof(block), sizeof(seed)); in extract_entropy()