Searched refs:wordIndex (Results 1 – 2 of 2) sorted by relevance
1525 uint32_t wordIndex = 0; in qat_sym_session_aead_create_cd_cipher() local1628 for (wordIndex = 0; wordIndex < (cipherkeylen >> 2); in qat_sym_session_aead_create_cd_cipher()1629 wordIndex++) in qat_sym_session_aead_create_cd_cipher()1630 temp_key[wordIndex] ^= KASUMI_F8_KEY_MODIFIER_4_BYTES; in qat_sym_session_aead_create_cd_cipher()1686 uint32_t wordIndex = 0; in qat_sym_session_aead_create_cd_auth() local1981 for (wordIndex = 0; wordIndex < (authkeylen >> 2); wordIndex++) in qat_sym_session_aead_create_cd_auth()1982 pTempKey[wordIndex] ^= KASUMI_F9_KEY_MODIFIER_4_BYTES; in qat_sym_session_aead_create_cd_auth()
96 unsigned int wordIndex; member329 ctx->s[ctx->wordIndex] ^= ctx->saved; in sha3_Update()332 if (++ctx->wordIndex == in sha3_Update()335 ctx->wordIndex = 0; in sha3_Update()351 ctx->s[ctx->wordIndex] ^= t; in sha3_Update()352 if (++ctx->wordIndex == in sha3_Update()355 ctx->wordIndex = 0; in sha3_Update()