Searched refs:wordIndex (Results 1 – 2 of 2) sorted by relevance
1496 uint32_t wordIndex = 0; in qat_sym_cd_cipher_set() local1598 for (wordIndex = 0; wordIndex < (cipherkeylen >> 2); in qat_sym_cd_cipher_set()1599 wordIndex++) in qat_sym_cd_cipher_set()1600 temp_key[wordIndex] ^= KASUMI_F8_KEY_MODIFIER_4_BYTES; in qat_sym_cd_cipher_set()1696 uint32_t wordIndex = 0; in qat_sym_cd_auth_set() local1980 for (wordIndex = 0; wordIndex < (authkeylen >> 2); wordIndex++) in qat_sym_cd_auth_set()1981 pTempKey[wordIndex] ^= KASUMI_F9_KEY_MODIFIER_4_BYTES; in qat_sym_cd_auth_set()
98 unsigned int wordIndex; member331 ctx->s[ctx->wordIndex] ^= ctx->saved; in sha3_Update()334 if (++ctx->wordIndex == in sha3_Update()337 ctx->wordIndex = 0; in sha3_Update()353 ctx->s[ctx->wordIndex] ^= t; in sha3_Update()354 if (++ctx->wordIndex == in sha3_Update()357 ctx->wordIndex = 0; in sha3_Update()