Home
last modified time | relevance | path

Searched defs:zc (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_card.c44 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show() local
55 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_show() local
64 struct zcrypt_card *zc = to_ap_card(dev)->private; in online_store() local
89 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show() local
109 struct zcrypt_card *zc; in zcrypt_card_alloc() local
121 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free()
134 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get()
140 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put()
152 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register()
179 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()
Dzcrypt_api.c155 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc, in zcrypt_pick_queue()
169 static inline void zcrypt_drop_queue(struct zcrypt_card *zc, in zcrypt_drop_queue()
183 static inline bool zcrypt_card_compare(struct zcrypt_card *zc, in zcrypt_card_compare()
218 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_modexpo() local
292 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_crt() local
366 struct zcrypt_card *zc, *pref_zc; in zcrypt_send_cprb() local
464 struct zcrypt_card *zc, *pref_zc; in zcrypt_send_ep11_cprb() local
559 struct zcrypt_card *zc, *pref_zc; in zcrypt_rng() local
621 struct zcrypt_card *zc; in zcrypt_device_status_mask() local
648 struct zcrypt_card *zc; in zcrypt_device_status_mask_ext() local
[all …]
Dzcrypt_queue.c55 struct zcrypt_card *zc = zq->zcard; in online_store() local
160 struct zcrypt_card *zc; in zcrypt_queue_register() local
210 struct zcrypt_card *zc; in zcrypt_queue_unregister() local
Dzcrypt_cex2a.c87 struct zcrypt_card *zc; in zcrypt_cex2a_card_probe() local
138 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2a_card_remove() local
Dzcrypt_cex4.c101 struct zcrypt_card *zc; in zcrypt_cex4_card_probe() local
207 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex4_card_remove() local
Dzcrypt_pcixcc.c168 struct zcrypt_card *zc; in zcrypt_pcixcc_card_probe() local
216 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_pcixcc_card_remove() local
/Linux-v4.19/drivers/hid/
Dhid-zydacron.c53 struct zc_device *zc = hid_get_drvdata(hdev); in zc_input_mapping() local
115 struct zc_device *zc = hid_get_drvdata(hdev); in zc_raw_event() local
170 struct zc_device *zc; in zc_probe() local
/Linux-v4.19/lib/zstd/
Dzstd_opt.h215 U32 ZSTD_insertAndFindFirstIndexHash3(ZSTD_CCtx *zc, const BYTE *ip) in ZSTD_insertAndFindFirstIndexHash3()
235 static U32 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLi… in ZSTD_insertBtAndGetAllMatches()
356 static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, cons… in ZSTD_BtGetAllMatches()
365 static U32 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, /* Index table will be updated */ in ZSTD_BtGetAllMatches_selectMLS()
380 static U32 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLim… in ZSTD_BtGetAllMatches_extDict()
389 static U32 ZSTD_BtGetAllMatches_selectMLS_extDict(ZSTD_CCtx *zc, /* Index table will be updated */ in ZSTD_BtGetAllMatches_selectMLS_extDict()
Dcompress.c242 static size_t ZSTD_resetCCtx_advanced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, … in ZSTD_resetCCtx_advanced()
410 static void ZSTD_reduceIndex(ZSTD_CCtx *zc, const U32 reducerValue) in ZSTD_reduceIndex()
482 static size_t ZSTD_compressLiterals(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, const void *src, … in ZSTD_compressLiterals()
586 ZSTD_STATIC size_t ZSTD_compressSequences_internal(ZSTD_CCtx *zc, void *dst, size_t dstCapacity) in ZSTD_compressSequences_internal()
832 ZSTD_STATIC size_t ZSTD_compressSequences(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, size_t srcS… in ZSTD_compressSequences()
992 static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls) in ZSTD_fillHashTable()
1561 static U32 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const ien… in ZSTD_insertBt1()
1643 static size_t ZSTD_insertBtAndFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const … in ZSTD_insertBtAndFindBestMatch()
1724 static void ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 … in ZSTD_updateTree()
1735 static size_t ZSTD_BtFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, s… in ZSTD_BtFindBestMatch()
[all …]
/Linux-v4.19/net/tls/
Dtls_sw.c669 int *chunk, bool *zc) in decrypt_internal()
783 struct iov_iter *dest, int *chunk, bool *zc) in decrypt_skb_update()
815 bool zc = true; in decrypt_skb() local
871 bool zc = false; in tls_sw_recvmsg() local
966 bool zc = false; in tls_sw_splice_read() local
/Linux-v4.19/include/net/
Dxdp_sock.h45 bool zc; member
60 bool zc; member
/Linux-v4.19/tools/testing/selftests/net/
Dtcp_mmap.c138 struct tcp_zerocopy_receive zc; in child_thread() local
/Linux-v4.19/net/ipv4/
Dtcp.c1114 static int select_size(bool first_skb, bool zc) in select_size()
1183 bool zc = false; in tcp_sendmsg_locked() local
1748 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_receive()
3549 struct tcp_zerocopy_receive zc; in do_tcp_getsockopt() local