Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_defs.h289 ((algorithm == CPA_CY_SYM_HASH_MD5) || \
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h328 CPA_CY_SYM_HASH_MD5, enumerator
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c981 if (CPA_CY_SYM_HASH_MD5 > pKeyGenMgfOpDataExt->hashAlgorithm || in cpaCyKeyGenMgfExt()
1157 case CPA_CY_SYM_HASH_MD5: in computeHashKey()
1277 CPA_CY_SYM_HASH_MD5; in LacSymKey_KeyGenSslTls_GenCommon()
1293 CPA_CY_SYM_HASH_MD5; in LacSymKey_KeyGenSslTls_GenCommon()
1335 hashAlgorithm = CPA_CY_SYM_HASH_MD5; in LacSymKey_KeyGenSslTls_GenCommon()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash_defs_lookup.c418 { CPA_CY_SYM_HASH_MD5, { &md5Info, &md5Config } },
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c61 case CPA_CY_SYM_HASH_MD5: in LacSymHash_Compute()
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c1573 CPA_BITMAP_BIT_SET(pCapInfo->hashes, CPA_CY_SYM_HASH_MD5); in cpaCySymQueryCapabilities()