Home
last modified time | relevance | path

Searched refs:polyval (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/tests/
H A Dpolyval_kunit.c23 polyval(&test_key, data, len, out); in polyval_withtestkey()
58 polyval(&key, data, sizeof(data), hash); in test_polyval_rfc8452_testvec()
79 polyval(&key, test_buf, len, hash); in test_polyval_allones_key_and_message()
108 polyval(key1, data, len, hash1); in check_key_consistency()
109 polyval(key2, data, len, hash2); in check_key_consistency()
/linux/include/crypto/
H A Dpolyval.h179 static inline void polyval(const struct polyval_key *key, in polyval() function
/linux/lib/crypto/
H A DMakefile259 libpolyval-y := polyval.o
262 libpolyval-$(CONFIG_ARM64) += arm64/polyval-ce-core.o
263 libpolyval-$(CONFIG_X86) += x86/polyval-pclmul-avx.o
H A DKconfig175 the functions from <crypto/polyval.h>.