Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c465 Cpa32U targetKeyLenInBytes, in LacSymQat_CipherCtrlBlockWrite() argument
485 ICP_QAT_HW_AES_192_KEY_SZ == targetKeyLenInBytes) { in LacSymQat_CipherCtrlBlockWrite()
486 targetKeyLenInBytes = ICP_QAT_HW_UCS_AES_192_KEY_SZ; in LacSymQat_CipherCtrlBlockWrite()
510 LAC_BYTES_TO_QUADWORDS(targetKeyLenInBytes); in LacSymQat_CipherCtrlBlockWrite()
523 LAC_BYTES_TO_QUADWORDS(targetKeyLenInBytes); in LacSymQat_CipherCtrlBlockWrite()
643 Cpa32U targetKeyLenInBytes, in LacSymQat_CipherHwBlockPopulateKeySetup() argument
667 ICP_QAT_HW_AES_192_KEY_SZ == targetKeyLenInBytes) { in LacSymQat_CipherHwBlockPopulateKeySetup()
668 targetKeyLenInBytes = ICP_QAT_HW_UCS_AES_192_KEY_SZ; in LacSymQat_CipherHwBlockPopulateKeySetup()
676 if (0 < (targetKeyLenInBytes - actualKeyLenInBytes)) { in LacSymQat_CipherHwBlockPopulateKeySetup()
678 targetKeyLenInBytes - actualKeyLenInBytes); in LacSymQat_CipherHwBlockPopulateKeySetup()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h213 Cpa32U targetKeyLenInBytes,
296 Cpa32U targetKeyLenInBytes,