Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/api/
HDtidefs.h271 #define TI_ENCRYPT_SEC_MODE_FACT_INIT 0x00000000 macro
/NextBSD/sys/dev/pms/freebsd/driver/common/
HDlxencrypt.c809 if(TI_ENCRYPT_SEC_MODE_FACT_INIT) in agtiapi_EncryptionIoctl()
810 if(set_mode->securityCipherMode & TI_ENCRYPT_SEC_MODE_FACT_INIT) { in agtiapi_EncryptionIoctl()
811 reg_val |= TI_ENCRYPT_SEC_MODE_FACT_INIT; in agtiapi_EncryptionIoctl()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c3328 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_FACT_INIT; in ossaHwCB()
HDtdport.c5416 tiEncryptInfo.securityCipherMode |= TI_ENCRYPT_SEC_MODE_FACT_INIT; in tiCOMEncryptGetInfo()