Searched refs:cipherMode (Results 1 – 5 of 5) sorted by relevance
403 if( agSATAReq->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSATAStart()
1119 pIRequest->encrypt.cipherMode)); in saSSPStart()1140 if( pIRequest->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSSPStart()
2876 if (agDifEncOffload->encrypt.cipherMode == agsaEncryptCipherModeXTS) in mpiDIFEncryptionOffloadCmd()2882 dw14 |= (agDifEncOffload->encrypt.cipherMode & 0xF) << SHIFT4; in mpiDIFEncryptionOffloadCmd()
817 bit32 cipherMode; in ossaHwCB() local3316 cipherMode = *pModePage & 0xF000 >> 12; in ossaHwCB()3331 if (cipherMode == agsaEncryptCipherModeECB) in ossaHwCB()3336 if (cipherMode == agsaEncryptCipherModeXTS) in ossaHwCB()
2868 bit32 cipherMode; member