Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaport.c565 agsaEncryptInfo_t *encryptInfo) in saEncryptGetMode() argument
571 SA_DBG4(("saEncryptGetMode, encryptInfo %p\n",encryptInfo )); in saEncryptGetMode()
577 encryptInfo->status = 0; in saEncryptGetMode()
578 encryptInfo->encryptionCipherMode = 0; in saEncryptGetMode()
579 encryptInfo->encryptionSecurityMode = 0; in saEncryptGetMode()
580 encryptInfo->flag = 0; in saEncryptGetMode()
590 encryptInfo->encryptionCipherMode = agsaEncryptCipherModeXTS; in saEncryptGetMode()
594 encryptInfo->encryptionSecurityMode = agsaEncryptSMF; in saEncryptGetMode()
598 encryptInfo->encryptionSecurityMode = agsaEncryptSMA; in saEncryptGetMode()
602 encryptInfo->encryptionSecurityMode = agsaEncryptSMB; in saEncryptGetMode()
[all …]
Dsampirsp.c6790 agsaEncryptInfo_t *encryptInfo = &encrypt; in mpiSetControllerConfigRsp() local
6799 encryptInfo->status = 0; in mpiSetControllerConfigRsp()
6800 encryptInfo->encryptionCipherMode = 0; in mpiSetControllerConfigRsp()
6801 encryptInfo->encryptionSecurityMode = 0; in mpiSetControllerConfigRsp()
6807 encryptInfo->encryptionCipherMode = agsaEncryptCipherModeXTS; in mpiSetControllerConfigRsp()
6811 encryptInfo->encryptionSecurityMode = agsaEncryptSMF; in mpiSetControllerConfigRsp()
6815 encryptInfo->encryptionSecurityMode = agsaEncryptSMA; in mpiSetControllerConfigRsp()
6819 encryptInfo->encryptionSecurityMode = agsaEncryptSMB; in mpiSetControllerConfigRsp()
6825 encryptInfo->status = AGSA_RC_SUCCESS; in mpiSetControllerConfigRsp()
6829 encryptInfo->status = 0xFFFF; in mpiSetControllerConfigRsp()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c814 tiEncryptInfo_t encryptInfo; in ossaHwCB() local
3320 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_A; in ossaHwCB()
3324 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_B; in ossaHwCB()
3328 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_FACT_INIT; in ossaHwCB()
3333 encryptInfo.securityCipherMode |= TI_ENCRYPT_ATTRIB_CIPHER_ECB; in ossaHwCB()
3338 encryptInfo.securityCipherMode |= TI_ENCRYPT_ATTRIB_CIPHER_XTS; in ossaHwCB()
3342 encryptInfo.status = 0; in ossaHwCB()
3344 encryptInfo.sectorSize[0] = 512; /* DIF is allowed on 512 BPS SATA drives */ in ossaHwCB()
3345 encryptInfo.sectorSize[1] = 520; in ossaHwCB()
3346 encryptInfo.sectorSize[2] = 528; in ossaHwCB()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsaapi.h633 agsaEncryptInfo_t *encryptInfo