Home
last modified time | relevance | path

Searched refs:tls_device_decrypted (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Dtls.h675 int tls_device_decrypted(struct sock *sk, struct sk_buff *skb);
698 static inline int tls_device_decrypted(struct sock *sk, struct sk_buff *skb) in tls_device_decrypted() function
/Linux-v5.4/net/tls/
Dtls_device.c837 int tls_device_decrypted(struct sock *sk, struct sk_buff *skb) in tls_device_decrypted() function
Dtls_sw.c1495 err = tls_device_decrypted(sk, skb); in decrypt_skb_update()