Searched refs:polyval_elem (Results 1 – 5 of 5) sorted by relevance
| /linux/include/crypto/ |
| H A D | polyval.h | 26 struct polyval_elem { struct 50 struct polyval_elem h_powers[8]; argument 53 struct polyval_elem h_powers[8]; 59 struct polyval_elem h; 72 struct polyval_elem acc; 125 const struct polyval_elem *acc) in polyval_import_blkaligned() 139 struct polyval_elem *acc) in polyval_export_blkaligned()
|
| /linux/lib/crypto/x86/ |
| H A D | polyval.h | 14 asmlinkage void polyval_mul_pclmul_avx(struct polyval_elem *a, 15 const struct polyval_elem *b); 16 asmlinkage void polyval_blocks_pclmul_avx(struct polyval_elem *acc, 43 static void polyval_mul_arch(struct polyval_elem *acc, in polyval_mul_arch() 55 static void polyval_blocks_arch(struct polyval_elem *acc, in polyval_blocks_arch()
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval.h | 14 asmlinkage void polyval_mul_pmull(struct polyval_elem *a, 15 const struct polyval_elem *b); 16 asmlinkage void polyval_blocks_pmull(struct polyval_elem *acc, 43 static void polyval_mul_arch(struct polyval_elem *acc, in polyval_mul_arch() 54 static void polyval_blocks_arch(struct polyval_elem *acc, in polyval_blocks_arch()
|
| /linux/lib/crypto/ |
| H A D | polyval.c | 159 polyval_mul_generic(struct polyval_elem *a, const struct polyval_elem *b) in polyval_mul_generic() 209 polyval_blocks_generic(struct polyval_elem *acc, const struct polyval_elem *key, in polyval_blocks_generic()
|
| /linux/crypto/ |
| H A D | hctr2.c | 45 struct polyval_elem hashed_tweaklens[2]; 56 struct polyval_elem hashed_tweak;
|