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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c492 struct tls_ctx *tlsctx; local
539 tlsctx = calloc(1, sizeof(*tlsctx));
540 if (tlsctx == NULL) {
547 tlsctx->tls_sock = sock;
548 tlsctx->tls_tcp = NULL;
549 tlsctx->tls_side = TLS_SIDE_CLIENT;
550 tlsctx->tls_wait_called = false;
551 tlsctx->tls_magic = TLS_CTX_MAGIC;
553 error = tls_connect_wait(tlsctx, timeou
568 struct tls_ctx *tlsctx = ctx; local
610 struct tls_ctx *tlsctx; local
772 struct tls_ctx *tlsctx = ctx; local
845 struct tls_ctx *tlsctx; local
872 struct tls_ctx *tlsctx = ctx; local
891 struct tls_ctx *tlsctx = ctx; local
910 const struct tls_ctx *tlsctx = ctx; local
933 const struct tls_ctx *tlsctx = ctx; local
944 const struct tls_ctx *tlsctx = ctx; local
977 const struct tls_ctx *tlsctx = ctx; local
1010 struct tls_ctx *tlsctx = ctx; local
[all...]

Completed in 101 milliseconds