Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c251 LacSymQat_UseOptimisedContentDesc(pSession); in LacSymQat_UseSymConstantsTable()
255 if (pSession->laCmdId == ICP_QAT_FW_LA_CMD_CIPHER || in LacSymQat_UseSymConstantsTable()
262 if (pSession->cipherKeyLenInBytes > in LacSymQat_UseSymConstantsTable()
268 pSession, &algorithm, &mode, &dir, &key_convert); in LacSymQat_UseSymConstantsTable()
287 if (pSession->laCmdId == ICP_QAT_FW_LA_CMD_AUTH || in LacSymQat_UseSymConstantsTable()
292 if (pSession->digestVerify) { in LacSymQat_UseSymConstantsTable()
304 LacSymQat_HashGetCfgData(pSession->pInstance, in LacSymQat_UseSymConstantsTable()
305 pSession->qatHashMode, in LacSymQat_UseSymConstantsTable()
306 pSession->hashMode, in LacSymQat_UseSymConstantsTable()
307 pSession->hashAlgorithm, in LacSymQat_UseSymConstantsTable()
[all …]
H A Dlac_sym_qat_cipher.c536 LacSymQat_CipherGetCfgData(lac_session_desc_t *pSession, in LacSymQat_CipherGetCfgData() argument
543 (sal_crypto_service_t *)pSession->pInstance; in LacSymQat_CipherGetCfgData()
555 cipherAlgorithm = pSession->cipherAlgorithm - 1; in LacSymQat_CipherGetCfgData()
569 .pAlgByKeySize[pSession->cipherKeyLenInBytes]; in LacSymQat_CipherGetCfgData()
578 if (SPC == pSession->singlePassState) { in LacSymQat_CipherGetCfgData()
579 if (LAC_CIPHER_IS_GCM(pSession->cipherAlgorithm)) in LacSymQat_CipherGetCfgData()
582 LAC_CIPHER_IS_CCM(pSession->cipherAlgorithm)) in LacSymQat_CipherGetCfgData()
610 pSession, &algorithm, &mode, &dir, &key_convert); in LacSymQat_CipherHwBlockPopulateCfgData()
613 if (SPC == pSession->singlePassState) { in LacSymQat_CipherHwBlockPopulateCfgData()
614 aed_hash_cmp_length = pSession->hashResultSize; in LacSymQat_CipherHwBlockPopulateCfgData()
[all …]
/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat.h227 CpaBoolean LacSymQat_UseSymConstantsTable(lac_session_desc_t *pSession,
245 CpaBoolean LacSymQat_UseOptimisedContentDesc(lac_session_desc_t *pSession);
H A Dlac_sym_qat_cipher.h236 void LacSymQat_CipherHwBlockPopulateCfgData(lac_session_desc_t *pSession,
258 void LacSymQat_CipherGetCfgData(lac_session_desc_t *pSession,
H A Dlac_session.h652 #define LAC_SYM_SESSION_DESC_FROM_CTX_GET(pSession) \ argument
653 (lac_session_desc_t *)(*(LAC_ARCH_UINT *)pSession)
/freebsd-14.2/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h54 #define DC_SESSION_DESC_FROM_CTX_GET(pSession) \ argument
55 (dc_session_desc_t *)(*(LAC_ARCH_UINT *)pSession)
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h11048 SQLITE_API void sqlite3session_delete(sqlite3_session *pSession);
11114 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
11205 sqlite3_session *pSession, /* Session object */
11220 sqlite3_session *pSession, /* Session object */
11334 sqlite3_session *pSession, /* Session object */
11413 sqlite3_session *pSession,
11450 sqlite3_session *pSession, /* Session object */
11470 SQLITE_API int sqlite3session_isempty(sqlite3_session *pSession);
11478 SQLITE_API sqlite3_int64 sqlite3session_memory_used(sqlite3_session *pSession);
12724 sqlite3_session *pSession,
[all …]
H A Dshell.c23200 sqlite3session_delete(pSession->p); in session_close()
23201 sqlite3_free(pSession->zName); in session_close()
23202 for(i=0; i<pSession->nFilter; i++){ in session_close()
23205 sqlite3_free(pSession->azFilter); in session_close()
23234 for(i=0; i<pSession->nFilter; i++){ in session_filter()
28284 if( pSession->p==0 ){ in do_meta_command()
28338 session_close(pSession); in do_meta_command()
28374 pSession->nFilter = ii-1; in do_meta_command()
28438 pSession->nFilter = 0; in do_meta_command()
28439 sqlite3session_table_filter(pSession->p, session_filter, pSession); in do_meta_command()
[all …]
H A Dsqlite3.c226093 if( pSession && pSession->bEnableSize ){
226120 pSession->rc = sessionTableInfo(pSession, pSession->db, pSession->zDb,
226406 if( pSession->rc==SQLITE_OK ) pSession->rc = rc;
226576 if( sessionInitTable(pSession, pTab, pSession->db, pSession->zDb) ) return;
226598 stat1.pSession = pSession;
226692 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){
226784 for(pSession=(sqlite3_session *)pCtx; pSession; pSession=pSession->pNext){
226829 pSession->hook.pCtx = (void*)pSession->db;
227075 if( sessionInitTable(pSession, pTo, pSession->db, pSession->zDb) ){
227234 sessionDeleteTable(pSession, pSession->pTable);
[all …]