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.c134 CpaBoolean isPartialSupported = CPA_FALSE; in LacSymCheck_IsPartialSupported() local
169 isPartialSupported = isCipherPartialSupported; in LacSymCheck_IsPartialSupported()
172 isPartialSupported = isHashPartialSupported; in LacSymCheck_IsPartialSupported()
176 isPartialSupported = CPA_TRUE; in LacSymCheck_IsPartialSupported()
188 isPartialSupported = CPA_FALSE; in LacSymCheck_IsPartialSupported()
191 pSessionDesc->isPartialSupported = isPartialSupported; in LacSymCheck_IsPartialSupported()
H A Dlac_sym_api.c449 if (CPA_FALSE == pSessionDesc->isPartialSupported) { in LacSymPerform_BufferParamCheck()