Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/pms/RefTisa/tisa/api/
HDtidefs.h272 #define TI_ENCRYPT_SEC_MODE_B 0x80000000 macro
/freebsd-head/sys/dev/pms/freebsd/driver/common/
HDlxencrypt.c816 } else if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_B) { in agtiapi_EncryptionIoctl()
817 reg_val |= TI_ENCRYPT_SEC_MODE_B; in agtiapi_EncryptionIoctl()
/freebsd-head/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdport.c5423 tiEncryptInfo.securityCipherMode |= TI_ENCRYPT_SEC_MODE_B; in tiCOMEncryptGetInfo()
5506 if(( securityCipherMode & TI_ENCRYPT_SEC_MODE_B ) == TI_ENCRYPT_SEC_MODE_B) in tiCOMEncryptSetMode()
HDossacmnapi.c3323 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_B; in ossaHwCB()