Searched refs:polyval_key (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | polyval_kunit.c | 13 static struct polyval_key test_key; 55 struct polyval_key key; in test_polyval_rfc8452_testvec() 69 struct polyval_key key; in test_polyval_allones_key_and_message() 95 const struct polyval_key *key1, in check_key_consistency() 96 const struct polyval_key *key2) in check_key_consistency() 119 struct polyval_key key1, key2; in test_polyval_with_guarded_key() 120 struct polyval_key *guarded_key = in test_polyval_with_guarded_key() 121 (struct polyval_key *)&test_buf[TEST_BUF_LEN - sizeof(key1)]; in test_polyval_with_guarded_key() 145 struct polyval_key key; in test_polyval_with_minimally_aligned_key() 146 struct polyval_key *minaligned_key = in test_polyval_with_minimally_aligned_key() [all …]
|
| /linux/include/crypto/ |
| H A D | polyval.h | 46 struct polyval_key { struct 71 const struct polyval_key *key; argument 88 void polyval_preparekey(struct polyval_key *key, 92 static inline void polyval_preparekey(struct polyval_key *key, in polyval_preparekey() 107 const struct polyval_key *key) in polyval_init() 124 const struct polyval_key *key, in polyval_import_blkaligned() 179 static inline void polyval(const struct polyval_key *key, in polyval()
|
| /linux/lib/crypto/x86/ |
| H A D | polyval.h | 17 const struct polyval_key *key, 20 static void polyval_preparekey_arch(struct polyval_key *key, in polyval_preparekey_arch() 44 const struct polyval_key *key) in polyval_mul_arch() 56 const struct polyval_key *key, in polyval_blocks_arch()
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval.h | 17 const struct polyval_key *key, 20 static void polyval_preparekey_arch(struct polyval_key *key, in polyval_preparekey_arch() 44 const struct polyval_key *key) in polyval_mul_arch() 55 const struct polyval_key *key, in polyval_blocks_arch()
|
| /linux/lib/crypto/ |
| H A D | polyval.c | 223 void polyval_preparekey(struct polyval_key *key, in polyval_preparekey()
|
| /linux/crypto/ |
| H A D | hctr2.c | 44 struct polyval_key poly_key;
|