Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c886 Cpa32U usedBufSize = 0; in LacSymQat_CipherRequestParamsPopulate() local
940 usedBufSize = LAC_QUADWORDS_TO_BYTES( in LacSymQat_CipherRequestParamsPopulate()
943 if (usedBufSize < totalBufSize) { in LacSymQat_CipherRequestParamsPopulate()
946 [usedBufSize & LAC_UNUSED_POS_MASK]), in LacSymQat_CipherRequestParamsPopulate()
948 totalBufSize - usedBufSize); in LacSymQat_CipherRequestParamsPopulate()
952 usedBufSize); in LacSymQat_CipherRequestParamsPopulate()