Home
last modified time | relevance | path

Searched refs:outerPrefixSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c791 Cpa8U outerPrefixSize) in LacSymQat_HashStatePrefixAadBufferPopulate() argument
842 pHashReqParams->u2.inner_prefix_sz - outerPrefixSize; in LacSymQat_HashStatePrefixAadBufferPopulate()
845 memcpy(pLocalOuterPrefix, pOuterPrefix, outerPrefixSize); in LacSymQat_HashStatePrefixAadBufferPopulate()
850 LAC_OS_BZERO(pLocalOuterPrefix + outerPrefixSize, in LacSymQat_HashStatePrefixAadBufferPopulate()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_hash.h215 Cpa8U outerPrefixSize);