Home
last modified time | relevance | path

Searched refs:digestResultLenInBytes (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash.c421 if ((0 == pHashSetupData->digestResultLenInBytes) || in LacHash_HashContextCheck()
422 (pHashSetupData->digestResultLenInBytes > in LacHash_HashContextCheck()
437 if ((pHashSetupData->digestResultLenInBytes != in LacHash_HashContextCheck()
439 (pHashSetupData->digestResultLenInBytes != in LacHash_HashContextCheck()
441 (pHashSetupData->digestResultLenInBytes != in LacHash_HashContextCheck()
470 if ((pHashSetupData->digestResultLenInBytes >= in LacHash_HashContextCheck()
472 (pHashSetupData->digestResultLenInBytes <= in LacHash_HashContextCheck()
474 if ((pHashSetupData->digestResultLenInBytes & in LacHash_HashContextCheck()
577 if (pHashSetupData->digestResultLenInBytes != in LacHash_HashContextCheck()
628 if ((0 == pHashSetupData->digestResultLenInBytes) || in LacHash_HashContextCheck()
[all …]
H A Dlac_sym_alg_chain.c590 sessionSetup.hashSetupData.digestResultLenInBytes = in LacAlgChain_SessionAuthKeyUpdate()
1087 pHashData->digestResultLenInBytes; in LacAlgChain_SessionInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c213 cd_ctrl->final_sz = (Cpa8U)pHashSetupData->digestResultLenInBytes; in LacSymQat_HashContentDescInit()
454 (Cpa8U)pHashSetupData->digestResultLenInBytes; in LacSymQat_HashSetupReqParamsMetaData()
510 pHashSetupData->digestResultLenInBytes); in LacSymQat_HashSetupBlockInit()
624 pHashSetupData->digestResultLenInBytes); in LacSymQat_HashSetupBlockInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c785 hashSetupData.digestResultLenInBytes = in LacSymKey_MgfCommon()
1274 hashSetupData.digestResultLenInBytes = in LacSymKey_KeyGenSslTls_GenCommon()
1290 hashSetupData.digestResultLenInBytes = in LacSymKey_KeyGenSslTls_GenCommon()
1419 hashSetupData.digestResultLenInBytes = in LacSymKey_KeyGenSslTls_GenCommon()
1459 hashSetupData.digestResultLenInBytes; in LacSymKey_KeyGenSslTls_GenCommon()
1503 hashSetupData.digestResultLenInBytes = in LacSymKey_KeyGenSslTls_GenCommon()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h538 Cpa32U digestResultLenInBytes; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c177 sd.hashSetupData.digestResultLenInBytes = ZIO_DATA_MAC_LEN; in qat_init_crypt_session_ctx()
238 sd.hashSetupData.digestResultLenInBytes = sizeof (zio_cksum_t); in qat_init_checksum_session_ctx()