Home
last modified time | relevance | path

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

/arch/arm64/crypto/
A Dpolyval-ce-glue.c34 u8 key_powers[NUM_KEY_POWERS][POLYVAL_BLOCK_SIZE]; member
69 memcpy(tctx->key_powers[NUM_KEY_POWERS-1], key, POLYVAL_BLOCK_SIZE); in polyval_arm64_setkey()
72 memcpy(tctx->key_powers[i], key, POLYVAL_BLOCK_SIZE); in polyval_arm64_setkey()
73 internal_polyval_mul(tctx->key_powers[i], in polyval_arm64_setkey()
74 tctx->key_powers[i+1]); in polyval_arm64_setkey()
116 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_arm64_finup()
/arch/x86/crypto/
A Dpolyval-clmulni_glue.c39 u8 key_powers[NUM_KEY_POWERS][POLYVAL_BLOCK_SIZE] POLYVAL_ALIGN_ATTR; member
79 memcpy(tctx->key_powers[NUM_KEY_POWERS-1], key, POLYVAL_BLOCK_SIZE); in polyval_x86_setkey()
82 memcpy(tctx->key_powers[i], key, POLYVAL_BLOCK_SIZE); in polyval_x86_setkey()
83 internal_polyval_mul(tctx->key_powers[i], in polyval_x86_setkey()
84 tctx->key_powers[i+1]); in polyval_x86_setkey()
126 tctx->key_powers[NUM_KEY_POWERS-1]); in polyval_x86_finup()

Completed in 4 milliseconds