Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h231 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx);
255 tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted() function
H A Dtrace.h44 TRACE_EVENT(tls_device_decrypted,
H A Dtls_device.c981 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted() function
H A Dtls_sw.c1685 err = tls_device_decrypted(sk, tls_ctx); in tls_decrypt_device()