Home
last modified time | relevance | path

Searched refs:isPartialSupported (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_session.h231 CpaBoolean isPartialSupported : 1; member
417 CpaBoolean isPartialSupported : 1; member
569 CpaBoolean isPartialSupported : 1; member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c137 CpaBoolean isPartialSupported = CPA_FALSE; in LacSymCheck_IsPartialSupported() local
172 isPartialSupported = isCipherPartialSupported; in LacSymCheck_IsPartialSupported()
175 isPartialSupported = isHashPartialSupported; in LacSymCheck_IsPartialSupported()
179 isPartialSupported = CPA_TRUE; in LacSymCheck_IsPartialSupported()
191 isPartialSupported = CPA_FALSE; in LacSymCheck_IsPartialSupported()
194 pSessionDesc->isPartialSupported = isPartialSupported; in LacSymCheck_IsPartialSupported()
H A Dlac_sym_api.c450 if (CPA_FALSE == pSessionDesc->isPartialSupported) { in LacSymPerform_BufferParamCheck()