Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c649 Cpa32U actualKeyLenInBytes = pCipherSetupData->cipherKeyLenInBytes; in LacSymQat_CipherHwBlockPopulateKeySetup() local
674 actualKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
676 if (0 < (targetKeyLenInBytes - actualKeyLenInBytes)) { in LacSymQat_CipherHwBlockPopulateKeySetup()
677 LAC_OS_BZERO(pCipherKey + actualKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup()
678 targetKeyLenInBytes - actualKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()