Searched refs:polyval (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | polyval_kunit.c | 23 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 D | polyval.h | 179 static inline void polyval(const struct polyval_key *key, in polyval() function
|
| /linux/lib/crypto/ |
| H A D | Makefile | 259 libpolyval-y := polyval.o 262 libpolyval-$(CONFIG_ARM64) += arm64/polyval-ce-core.o 263 libpolyval-$(CONFIG_X86) += x86/polyval-pclmul-avx.o
|
| H A D | Kconfig | 175 the functions from <crypto/polyval.h>.
|