Symbol: polyval_key
crypto/hctr2.c
44
struct polyval_key poly_key;
include/crypto/gf128hash.h
126
void polyval_preparekey(struct polyval_key *key,
include/crypto/gf128hash.h
148
const struct polyval_key *key)
include/crypto/gf128hash.h
165
const struct polyval_key *key,
include/crypto/gf128hash.h
265
static inline void polyval(const struct polyval_key *key,
include/crypto/gf128hash.h
98
const struct polyval_key *key;
lib/crypto/arm64/gf128hash.h
101
const struct polyval_key *key,
lib/crypto/arm64/gf128hash.h
21
const struct polyval_key *key,
lib/crypto/arm64/gf128hash.h
25
static void polyval_preparekey_arch(struct polyval_key *key,
lib/crypto/arm64/gf128hash.h
81
const struct polyval_key *key)
lib/crypto/gf128hash.c
342
void polyval_preparekey(struct polyval_key *key,
lib/crypto/tests/polyval_kunit.c
119
struct polyval_key key1, key2;
lib/crypto/tests/polyval_kunit.c
120
struct polyval_key *guarded_key =
lib/crypto/tests/polyval_kunit.c
121
(struct polyval_key *)&test_buf[TEST_BUF_LEN - sizeof(key1)];
lib/crypto/tests/polyval_kunit.c
13
static struct polyval_key test_key;
lib/crypto/tests/polyval_kunit.c
145
struct polyval_key key;
lib/crypto/tests/polyval_kunit.c
146
struct polyval_key *minaligned_key =
lib/crypto/tests/polyval_kunit.c
147
(struct polyval_key *)&test_buf[MAX_LEN_FOR_KEY_CHECK +
lib/crypto/tests/polyval_kunit.c
148
__alignof__(struct polyval_key)];
lib/crypto/tests/polyval_kunit.c
151
__alignof__(struct polyval_key)));
lib/crypto/tests/polyval_kunit.c
154
2 * __alignof__(struct polyval_key)));
lib/crypto/tests/polyval_kunit.c
163
struct polyval_key expected_key;
lib/crypto/tests/polyval_kunit.c
170
struct polyval_key key;
lib/crypto/tests/polyval_kunit.c
55
struct polyval_key key;
lib/crypto/tests/polyval_kunit.c
69
struct polyval_key key;
lib/crypto/tests/polyval_kunit.c
95
const struct polyval_key *key1,
lib/crypto/tests/polyval_kunit.c
96
const struct polyval_key *key2)
lib/crypto/x86/gf128hash.h
104
const struct polyval_key *key,
lib/crypto/x86/gf128hash.h
24
const struct polyval_key *key,
lib/crypto/x86/gf128hash.h
28
static void polyval_preparekey_arch(struct polyval_key *key,
lib/crypto/x86/gf128hash.h
75
const struct polyval_key *key)