Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c576 encryptInfo->status = 0; in saEncryptGetMode()
577 encryptInfo->encryptionCipherMode = 0; in saEncryptGetMode()
578 encryptInfo->encryptionSecurityMode = 0; in saEncryptGetMode()
579 encryptInfo->flag = 0; in saEncryptGetMode()
603 encryptInfo->status = AGSA_RC_SUCCESS; in saEncryptGetMode()
609 encryptInfo->status = 0xFFFF; in saEncryptGetMode()
610 encryptInfo->encryptionCipherMode = 0; in saEncryptGetMode()
661 encryptInfo->status, in saEncryptGetMode()
662 encryptInfo->encryptionCipherMode, in saEncryptGetMode()
694 encryptInfo->flag, in saEncryptGetMode()
[all …]
H A Dsampirsp.c6789 agsaEncryptInfo_t *encryptInfo = &encrypt; in mpiSetControllerConfigRsp() local
6798 encryptInfo->status = 0; in mpiSetControllerConfigRsp()
6799 encryptInfo->encryptionCipherMode = 0; in mpiSetControllerConfigRsp()
6800 encryptInfo->encryptionSecurityMode = 0; in mpiSetControllerConfigRsp()
6824 encryptInfo->status = AGSA_RC_SUCCESS; in mpiSetControllerConfigRsp()
6828 encryptInfo->status = 0xFFFF; in mpiSetControllerConfigRsp()
6829 encryptInfo->encryptionCipherMode = 0; in mpiSetControllerConfigRsp()
6844 encryptInfo->status = 0xFFFF; in mpiSetControllerConfigRsp()
6845 encryptInfo->encryptionCipherMode = 0; in mpiSetControllerConfigRsp()
6846 encryptInfo->encryptionSecurityMode = 0; in mpiSetControllerConfigRsp()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c813 tiEncryptInfo_t encryptInfo; in ossaHwCB() local
3319 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_A; in ossaHwCB()
3323 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_B; in ossaHwCB()
3327 encryptInfo.securityCipherMode = TI_ENCRYPT_SEC_MODE_FACT_INIT; in ossaHwCB()
3341 encryptInfo.status = 0; in ossaHwCB()
3344 encryptInfo.sectorSize[1] = 520; in ossaHwCB()
3345 encryptInfo.sectorSize[2] = 528; in ossaHwCB()
3346 encryptInfo.sectorSize[3] = 4104; in ossaHwCB()
3347 encryptInfo.sectorSize[4] = 4168; in ossaHwCB()
3348 encryptInfo.sectorSize[5] = 4232; in ossaHwCB()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h632 agsaEncryptInfo_t *encryptInfo