Home
last modified time | relevance | path

Searched refs:cipherMode (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsasata.c403 if( agSATAReq->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSATAStart()
Dsassp.c1119 pIRequest->encrypt.cipherMode)); in saSSPStart()
1140 if( pIRequest->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSSPStart()
Dsampicmd.c2876 if (agDifEncOffload->encrypt.cipherMode == agsaEncryptCipherModeXTS) in mpiDIFEncryptionOffloadCmd()
2882 dw14 |= (agDifEncOffload->encrypt.cipherMode & 0xF) << SHIFT4; in mpiDIFEncryptionOffloadCmd()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c817 bit32 cipherMode; in ossaHwCB() local
3316 cipherMode = *pModePage & 0xF000 >> 12; in ossaHwCB()
3331 if (cipherMode == agsaEncryptCipherModeECB) in ossaHwCB()
3336 if (cipherMode == agsaEncryptCipherModeXTS) in ossaHwCB()
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2868 bit32 cipherMode; member