Searched refs:tls_rec (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/tls/
H A Dtls_sw.c312 struct tls_rec *rec = ctx->open_rec;
324 struct tls_rec *rec = ctx->open_rec;
335 struct tls_rec *rec = ctx->open_rec;
354 static struct tls_rec *tls_get_rec(struct sock *sk)
360 struct tls_rec *rec;
363 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send);
388 static void tls_free_rec(struct sock *sk, struct tls_rec *rec)
399 struct tls_rec *rec = ctx->open_rec;
411 struct tls_rec *rec, *tmp;
417 struct tls_rec, lis
[all...]
H A Dtls.h107 /* TLS records are maintained in 'struct tls_rec'. It stores the memory pages
111 struct tls_rec { struct
/linux-master/include/net/
H A Dtls.h52 struct tls_rec;
97 struct tls_rec *open_rec;

Completed in 119 milliseconds