Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1525 uint32_t wordIndex = 0; in qat_sym_session_aead_create_cd_cipher() local
1628 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() local
1981 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()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c96 unsigned int wordIndex; member
329 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()