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

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

Completed in 220 milliseconds