Searched refs:Cpa32U (Results 51 - 75 of 102) sorted by relevance

12345

/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dlac_buffer_desc.h248 Cpa32U offset,
249 Cpa32U lenToZero);
H A Dlac_sal.h53 Cpa32U instance_num,
418 Cpa32U *pEnabledServices);
442 CpaBoolean SalCtrl_IsServiceEnabled(Cpa32U enabled_services,
494 Cpa32U enabled_services);
H A Dlac_sal_types.h97 Cpa32U instance;
130 Cpa32U capabilitiesMask;
133 Cpa32U dcExtendedFeatures;
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_stats.h26 * In the LAC API the stats fields are defined as Cpa32U but
137 void LacSym_StatsInc(Cpa32U offset, CpaInstanceHandle instanceHandle);
H A Dlac_sym_alg_chain.h292 Cpa32U newAADLength);
H A Dlac_sym_hash.h473 Cpa32U authKeyLenInBytes,
514 Cpa32U authKeyLenInBytes,
H A Dlac_sym_hash_precomputes.h166 Cpa32U stateSize;
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c59 Cpa32U i = 0;
75 ((Cpa32U *)(out))[i] =
76 LAC_MEM_WR_32(((Cpa32U *)(out))[i]);
87 ((Cpa32U *)(out))[i] =
88 LAC_MEM_WR_32(((Cpa32U *)(out))[i]);
99 ((Cpa32U *)(out))[i] =
100 LAC_MEM_WR_32(((Cpa32U *)(out))[i]);
137 Cpa32U authKeyLenInBytes,
159 Cpa32U i = 0;
160 Cpa32U padLenByte
[all...]
H A Dlac_sym_stats.c67 LacSym_StatsInc(Cpa32U offset, CpaInstanceHandle instanceHandle)
85 ((Cpa32U *)pSymStats)[i] =
86 (Cpa32U)qatUtilsAtomicGet(&pService->pLacSymStatsArr[i]);
/freebsd-current/sys/dev/qat/include/
H A Dqat_ocf_mem_pool.h25 Cpa32U numBuffers;
26 Cpa32U reserved1;
81 Cpa32U sessionCtxSize;
82 Cpa32U authLen;
83 Cpa32U aadLen;
H A Dqat_ocf_utils.h61 Cpa32U timeoutMS);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c50 static Cpa32U inst_num = 0;
108 Cpa32U sess_size = 0;
109 Cpa32U ctx_size = 0;
112 Cpa32U buff_meta_size = 0;
251 Cpa32U buffer_meta_size = 0;
254 Cpa32U hdr_sz = 0;
255 Cpa32U compressed_sz;
256 Cpa32U num_src_buf = (src_len >> PAGE_SHIFT) + 2;
257 Cpa32U num_dst_buf = (dst_len >> PAGE_SHIFT) + 2;
258 Cpa32U num_add_bu
[all...]
H A Dqat_crypt.c50 static Cpa32U inst_num = 0;
157 Cpa64U crypt, Cpa32U aad_len)
160 Cpa32U ctx_size;
161 Cpa32U ciper_algorithm;
162 Cpa32U hash_algorithm;
220 Cpa32U ctx_size;
221 Cpa32U hash_algorithm;
265 Cpa32U meta_size = 0;
301 Cpa32U bytes_left = 0;
314 Cpa32U in_page_nu
[all...]
H A Dqat.c49 qat_mem_alloc_contig(void **pp_mem_addr, Cpa32U size_bytes)
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_key.c27 Cpa32U generatedKeyLenInBytes,
28 Cpa32U labelLenInBytes,
29 Cpa32U secretLenInBytes,
30 Cpa32U iterations)
53 Cpa32U generatedKeyLenInBytes,
54 Cpa32U labelInfo, /* Generic name, can be num of labels or label length */
55 Cpa32U secretLenInBytes,
H A Dlac_sym_qat_hash.c147 Cpa32U hwBlockOffsetInQuadWords,
154 Cpa32U *pHashBlkSizeInBytes)
160 Cpa32U hashSetupBlkSize = 0;
499 Cpa32U innerConfig = 0;
501 Cpa32U aedHashCmpLength = 0;
553 Cpa32U state1PadLen = 0;
554 Cpa32U state2PadLen = 0;
597 Cpa32U padLen = pHashControlBlock->inner_state1_sz -
621 Cpa32U outerConfig = ICP_QAT_HW_AUTH_CONFIG_BUILD(
626 Cpa32U padLe
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/qat_comms/
H A Dsal_qat_cmn_msg.c104 Cpa32U srcLength,
105 Cpa32U dstLength)
208 Cpa32U size_in_lws,
/freebsd-current/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_common.h303 Cpa32U numBuffers,
304 Cpa32U *pSizeInBytes);
/freebsd-current/sys/dev/qat/qat_api/common/utils/
H A Dlac_buffer_desc.c51 Cpa32U numBuffers = 0;
198 Cpa32U numBuffers = 0;
340 Cpa32U numBuffers = 0;
374 Cpa32U numBuffers = 0;
412 Cpa32U numBuffers = 0;
427 Cpa32U offset,
428 Cpa32U lenToZero)
430 Cpa32U zeroLen = 0, sizeLeftToZero = 0;
H A Dlac_mem_pools.c80 static inline Cpa32U
81 Lac_MemPoolGetElementRealSize(Cpa32U blkSizeInBytes, Cpa32U blkAlignmentInBytes)
83 Cpa32U addSize = (blkAlignmentInBytes >= sizeof(lac_mem_blk_t) ?
96 Cpa32U node)
173 Cpa32U realSize =
176 Cpa32U addSize = realSize - blkSizeInBytes;
298 Cpa32U count = 0;
391 Cpa32U count = 0;
422 Cpa32U coun
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_datapath.h142 Cpa32U srcTotalDataLenInBytes;
144 Cpa32U dstTotalDataLenInBytes;
/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c93 SalCtrl_GetEnabledServices(icp_accel_dev_t *device, Cpa32U *pEnabledServices)
171 SalCtrl_IsServiceEnabled(Cpa32U enabled_services, sal_service_type_t service)
173 return (CpaBoolean)((enabled_services & (Cpa32U)(service)) != 0);
199 SalCtrl_GetSupportedServices(icp_accel_dev_t *device, Cpa32U enabled_services)
202 Cpa32U capabilitiesMask = 0;
279 Cpa32U capabilitiesMask = 0;
282 if (!(SalCtrl_IsServiceEnabled((Cpa32U)service_to_check,
284 !(SalCtrl_IsServiceEnabled((Cpa32U)service_to_check,
286 !(SalCtrl_IsServiceEnabled((Cpa32U)service_to_check,
288 !(SalCtrl_IsServiceEnabled((Cpa32U)service_to_chec
[all...]
/freebsd-current/sys/dev/qat/qat/
H A Dqat_ocf_utils.c34 qat_ocf_wait_for_session(CpaCySymSessionCtx sessionCtx, Cpa32U timeoutMS)
66 Cpa32U newAADLength)
111 Cpa32U newAADLength = QAT_OCF_AAD_NOCHANGE;
/freebsd-current/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_debug.h82 Cpa32U offset;
/freebsd-current/sys/dev/qat/qat_api/common/compression/
H A Ddc_chain.c57 Cpa32U *pSessionSize)

Completed in 261 milliseconds

12345