Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1496 uint32_t wordIndex = 0; in qat_sym_cd_cipher_set() local
1598 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() local
1980 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()
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c98 unsigned int wordIndex; member
331 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()