Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c402 if( agSATAReq->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSATAStart()
H A Dsassp.c1118 pIRequest->encrypt.cipherMode)); in saSSPStart()
1139 if( pIRequest->encrypt.cipherMode == agsaEncryptCipherModeXTS ) in saSSPStart()
H A Dsampicmd.c2875 if (agDifEncOffload->encrypt.cipherMode == agsaEncryptCipherModeXTS) in mpiDIFEncryptionOffloadCmd()
2881 dw14 |= (agDifEncOffload->encrypt.cipherMode & 0xF) << SHIFT4; in mpiDIFEncryptionOffloadCmd()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c816 bit32 cipherMode; in ossaHwCB() local
3315 cipherMode = *pModePage & 0xF000 >> 12; in ossaHwCB()
3330 if (cipherMode == agsaEncryptCipherModeECB) in ossaHwCB()
3335 if (cipherMode == agsaEncryptCipherModeXTS) in ossaHwCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2867 bit32 cipherMode; member