Home
last modified time | relevance | path

Searched defs:tls_context (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c55 struct tls_context { struct
63 static struct tls_context *tls_global = NULL; argument
Dtls_openssl.c215 struct tls_context { struct
223 static struct tls_context *tls_global = NULL; argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c54 struct tls_context { struct
62 static struct tls_context *tls_global = NULL; argument
Dtls_openssl.c210 struct tls_context { struct
218 static struct tls_context *tls_global = NULL; argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h77974 struct tls_context { struct
77975 struct tls_prot_info prot_info;
77976 u8 tx_conf: 3;
77977 u8 rx_conf: 3;
77978 int (*push_pending_record)(struct sock *, int);
77979 void (*sk_write_space)(struct sock *);
77980 void *priv_ctx_tx;
77981 void *priv_ctx_rx;
77982 struct net_device *netdev;
77983 struct cipher_context tx;
[all …]