Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cb.c125 CpaCySymOp operationType = CPA_CY_SYM_OP_NONE; in LacSymCb_ProcessCallbackInternal() local
133 operationType = pSessionDesc->symOperation; in LacSymCb_ProcessCallbackInternal()
144 (CPA_CY_SYM_OP_CIPHER != operationType)) && in LacSymCb_ProcessCallbackInternal()
192 if ((CPA_CY_SYM_OP_CIPHER == operationType) || in LacSymCb_ProcessCallbackInternal()
193 (CPA_CY_SYM_OP_ALGORITHM_CHAINING == operationType)) { in LacSymCb_ProcessCallbackInternal()
213 if ((CPA_CY_SYM_OP_CIPHER == operationType) || in LacSymCb_ProcessCallbackInternal()
214 (CPA_CY_SYM_OP_ALGORITHM_CHAINING == operationType)) { in LacSymCb_ProcessCallbackInternal()
267 operationType, in LacSymCb_ProcessCallbackInternal()
H A Dlac_sym_hash.c57 CpaCySymOp operationType,
H A Dlac_sym_api.c112 CpaCySymOp operationType, in LacSync_GenBufListVerifyCb() argument
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_buffer_desc.c49 lac_buff_write_op_t operationType) in LacBuffDesc_CommonBufferListDescWrite() argument
58 if (WRITE_AND_GET_SIZE == operationType) { in LacBuffDesc_CommonBufferListDescWrite()
94 if (WRITE_AND_GET_SIZE != operationType) { in LacBuffDesc_CommonBufferListDescWrite()
115 if (WRITE_AND_GET_SIZE == operationType) { in LacBuffDesc_CommonBufferListDescWrite()
134 if (WRITE_AND_ALLOW_ZERO_BUFFER != operationType) { in LacBuffDesc_CommonBufferListDescWrite()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash.h551 CpaCySymOp operationType,
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h1071 const CpaCySymOp operationType,