Searched refs:tls_device (Results 1 – 5 of 5) sorted by relevance
78 struct tls_device { struct81 int (*feature)(struct tls_device *device); argument82 int (*hash)(struct tls_device *device, struct sock *sk); argument83 void (*unhash)(struct tls_device *device, struct sock *sk); argument436 void tls_register_device(struct tls_device *device);437 void tls_unregister_device(struct tls_device *device);
9 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
564 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)
123 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()
124 struct tls_device tlsdev;361 static inline struct chtls_dev *to_chtls_dev(struct tls_device *tlsdev) in to_chtls_dev()