Home
last modified time | relevance | path

Searched refs:tls_device (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dtls.h99 struct tls_device { struct
102 int (*feature)(struct tls_device *device); argument
103 int (*hash)(struct tls_device *device, struct sock *sk); argument
104 void (*unhash)(struct tls_device *device, struct sock *sk); argument
653 void tls_register_device(struct tls_device *device);
654 void tls_unregister_device(struct tls_device *device);
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_main.c127 static int chtls_inline_feature(struct tls_device *dev) in chtls_inline_feature()
143 static int chtls_create_hash(struct tls_device *dev, struct sock *sk) in chtls_create_hash()
152 static void chtls_destroy_hash(struct tls_device *dev, struct sock *sk) in chtls_destroy_hash()
177 struct tls_device *dev; in chtls_dev_release()
179 dev = container_of(kref, struct tls_device, kref); in chtls_dev_release()
186 struct tls_device *tlsdev = &cdev->tlsdev; in chtls_register_dev()
Dchtls.h121 struct tls_device tlsdev;
365 static inline struct chtls_dev *to_chtls_dev(struct tls_device *tlsdev) in to_chtls_dev()
/Linux-v5.4/net/tls/
DMakefile10 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
Dtls_main.c662 struct tls_device *dev; in tls_hw_prot()
692 struct tls_device *dev; in tls_hw_unhash()
711 struct tls_device *dev; in tls_hw_hash()
882 void tls_register_device(struct tls_device *device) in tls_register_device()
890 void tls_unregister_device(struct tls_device *device) in tls_unregister_device()