Home
last modified time | relevance | path

Searched refs:key_powers (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c36 u8 key_powers[NUM_KEY_POWERS][POLYVAL_BLOCK_SIZE]; member
56 polyval_update_non4k(keys->key_powers[NUM_KEY_POWERS-1], in, in internal_polyval_update()
81 memcpy(tctx->key_powers[NUM_KEY_POWERS-1], key, POLYVAL_BLOCK_SIZE); in polyval_arm64_setkey()
84 memcpy(tctx->key_powers[i], key, POLYVAL_BLOCK_SIZE); in polyval_arm64_setkey()
85 internal_polyval_mul(tctx->key_powers[i], in polyval_arm64_setkey()
86 tctx->key_powers[i+1]); in polyval_arm64_setkey()
122 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_arm64_update()
150 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_arm64_final()
/linux/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c40 u8 key_powers[NUM_KEY_POWERS][POLYVAL_BLOCK_SIZE] POLYVAL_ALIGN_ATTR; member
65 polyval_update_non4k(keys->key_powers[NUM_KEY_POWERS-1], in, in internal_polyval_update()
90 memcpy(tctx->key_powers[NUM_KEY_POWERS-1], key, POLYVAL_BLOCK_SIZE); in polyval_x86_setkey()
93 memcpy(tctx->key_powers[i], key, POLYVAL_BLOCK_SIZE); in polyval_x86_setkey()
94 internal_polyval_mul(tctx->key_powers[i], in polyval_x86_setkey()
95 tctx->key_powers[i+1]); in polyval_x86_setkey()
131 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_x86_update()
159 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_x86_final()