Home
last modified time | relevance | path

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

/Linux-v6.1/net/tls/
Dtls.h176 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx);
200 tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted() function
Dtrace.h44 TRACE_EVENT(tls_device_decrypted,
Dtls_device.c1002 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted() function
Dtls_sw.c1649 err = tls_device_decrypted(sk, tls_ctx); in tls_decrypt_device()