Home
last modified time | relevance | path

Searched refs:TI_ENCRYPT_ATTRIB_CIPHER_XTS (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/api/
HDtidefs.h275 #define TI_ENCRYPT_ATTRIB_CIPHER_XTS 0x00000002 macro
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
HDlxencrypt.c822 if(set_mode->securityCipherMode & TI_ENCRYPT_ATTRIB_CIPHER_XTS) { in agtiapi_EncryptionIoctl()
823 reg_val |= TI_ENCRYPT_ATTRIB_CIPHER_XTS; in agtiapi_EncryptionIoctl()
1030 pCard->cipher_mode = TI_ENCRYPT_ATTRIB_CIPHER_XTS; in agtiapi_SetupEncryptedIO()
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdport.c5410 tiEncryptInfo.securityCipherMode = TI_ENCRYPT_ATTRIB_CIPHER_XTS; in tiCOMEncryptGetInfo()
5511 if( (securityCipherMode & TI_ENCRYPT_ATTRIB_CIPHER_XTS) == TI_ENCRYPT_ATTRIB_CIPHER_XTS) in tiCOMEncryptSetMode()
HDossacmnapi.c3337 encryptInfo.securityCipherMode |= TI_ENCRYPT_ATTRIB_CIPHER_XTS; in ossaHwCB()