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

/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c201 struct tcp_ctx *tctx; local
209 tctx = malloc(sizeof(*tctx));
210 if (tctx == NULL)
214 error = tcp_addr(addr, atoi(proto_get("tcp:port")), &tctx->tc_sa);
216 free(tctx);
220 PJDLOG_ASSERT(tctx->tc_sa.ss_family != AF_UNSPEC);
222 tctx->tc_fd = socket(tctx->tc_sa.ss_family, SOCK_STREAM, 0);
223 if (tctx
267 struct tcp_ctx *tctx; local
343 struct tcp_ctx *tctx = ctx; local
410 struct tcp_ctx *tctx; local
444 struct tcp_ctx *tctx = ctx; local
479 struct tcp_ctx *tctx; local
501 struct tcp_ctx *tctx = ctx; local
517 struct tcp_ctx *tctx = ctx; local
533 const struct tcp_ctx *tctx = ctx; local
544 const struct tcp_ctx *tctx = ctx; local
643 const struct tcp_ctx *tctx = ctx; local
667 const struct tcp_ctx *tctx = ctx; local
691 struct tcp_ctx *tctx = ctx; local
[all...]
/freebsd-10.0-release/sbin/hastd/
H A Dproto_tcp.c194 struct tcp_ctx *tctx; local
202 tctx = malloc(sizeof(*tctx));
203 if (tctx == NULL)
207 if ((ret = tcp_addr(addr, PROTO_TCP_DEFAULT_PORT, &tctx->tc_sa)) != 0) {
208 free(tctx);
212 PJDLOG_ASSERT(tctx->tc_sa.ss_family != AF_UNSPEC);
214 tctx->tc_fd = socket(tctx->tc_sa.ss_family, SOCK_STREAM, 0);
215 if (tctx
240 struct tcp_ctx *tctx; local
263 struct tcp_ctx *tctx; local
289 struct tcp_ctx *tctx = ctx; local
344 struct tcp_ctx *tctx = ctx; local
409 struct tcp_ctx *tctx; local
443 struct tcp_ctx *tctx = ctx; local
485 struct tcp_ctx *tctx = ctx; local
498 struct tcp_ctx *tctx = ctx; local
511 const struct tcp_ctx *tctx = ctx; local
522 const struct tcp_ctx *tctx = ctx; local
568 const struct tcp_ctx *tctx = ctx; local
586 const struct tcp_ctx *tctx = ctx; local
604 struct tcp_ctx *tctx = ctx; local
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dsignature.c64 MD5_CTX tctx; local
66 MD5_Init(&tctx);
67 MD5_Update(&tctx, key, key_len);
68 MD5_Final(tk, &tctx);
/freebsd-10.0-release/sys/nfs/
H A Dbootp_subr.c252 static unsigned char *bootpc_tag(struct bootpc_tagcontext *tctx,
254 static void bootpc_tag_helper(struct bootpc_tagcontext *tctx,
1299 bootpc_tag_helper(struct bootpc_tagcontext *tctx, argument
1306 if (tctx->badtag != 0 || tctx->badopt != 0)
1319 tctx->badopt = 1;
1324 if (tctx->taglen + len > TAG_MAXLEN) {
1325 tctx->badtag = 1;
1328 tctx->foundopt = 1;
1330 memcpy(tctx
1342 bootpc_tag(struct bootpc_tagcontext *tctx, struct bootp_packet *bp, int len, int tag) argument
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Ddgst.c495 EVP_MD_CTX *tctx; local
496 BIO_get_md_ctx(bmd, &tctx);
497 md = EVP_MD_CTX_md(tctx);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_srvr.c1646 SSL_CTX *tctx = s->initial_ctx; local
1681 if (tctx->tlsext_ticket_key_cb)
1683 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
1694 tctx->tlsext_tick_aes_key, iv);
1695 HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
1697 memcpy(key_name, tctx->tlsext_tick_key_name, 16);
H A Dt1_lib.c2327 SSL_CTX *tctx = s->initial_ctx; local
2334 if (tctx->tlsext_ticket_key_cb)
2337 int rv = tctx->tlsext_ticket_key_cb(s, nctick, nctick + 16,
2349 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
2351 HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
2354 tctx->tlsext_tick_aes_key, etick + 16);
H A Ds3_srvr.c3448 SSL_CTX *tctx = s->initial_ctx; local
3508 if (tctx->tlsext_ticket_key_cb)
3510 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
3521 tctx->tlsext_tick_aes_key, iv);
3522 HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
3524 memcpy(key_name, tctx->tlsext_tick_key_name, 16);
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c3255 expr(tnode_t *tn, int vctx, int tctx) argument
3270 chkmisc(tn, vctx, tctx, !tctx, 0, 0, 0);
3272 if (hflag && tctx)
3276 if (hflag && tctx && !ccflg)
3285 if (tn->tn_op != COMMA && !vctx && !tctx)
3400 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, argument
3482 outcall(tn, vctx || tctx, rvdisc);
3560 chkmisc(rn, vctx, tctx, mp->m_eqwarn, 0, 0, szof);
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3506 void *tctx; local
3511 tctx = thrctx->tc_thrctx;
3514 rval = MSCALL1(tfunc, tctx);

Completed in 272 milliseconds