Searched refs:tls_device (Results 1 – 5 of 5) sorted by relevance
99 struct tls_device { struct102 int (*feature)(struct tls_device *device); argument103 int (*hash)(struct tls_device *device, struct sock *sk); argument104 void (*unhash)(struct tls_device *device, struct sock *sk); argument653 void tls_register_device(struct tls_device *device);654 void tls_unregister_device(struct tls_device *device);
127 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()
121 struct tls_device tlsdev;365 static inline struct chtls_dev *to_chtls_dev(struct tls_device *tlsdev) in to_chtls_dev()
10 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
662 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()