Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtls.h78 struct tls_device { struct
81 int (*feature)(struct tls_device *device); argument
82 int (*hash)(struct tls_device *device, struct sock *sk); argument
83 void (*unhash)(struct tls_device *device, struct sock *sk); argument
436 void tls_register_device(struct tls_device *device);
437 void tls_unregister_device(struct tls_device *device);
/Linux-v4.19/net/tls/
DMakefile9 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
Dtls_main.c564 struct tls_device *dev;
592 struct tls_device *dev;
606 struct tls_device *dev;
710 void tls_register_device(struct tls_device *device)
718 void tls_unregister_device(struct tls_device *device)
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_main.c123 static int chtls_inline_feature(struct tls_device *dev) in chtls_inline_feature()
139 static int chtls_create_hash(struct tls_device *dev, struct sock *sk) in chtls_create_hash()
146 static void chtls_destroy_hash(struct tls_device *dev, struct sock *sk) in chtls_destroy_hash()
154 struct tls_device *tlsdev = &cdev->tlsdev; in chtls_register_dev()
Dchtls.h124 struct tls_device tlsdev;
361 static inline struct chtls_dev *to_chtls_dev(struct tls_device *tlsdev) in to_chtls_dev()