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

/freebsd-13-stable/sys/net/route/
H A Dnhop_ctl.c358 struct nhop_priv *nh_priv, *tmp_priv; local
374 tmp_priv = find_nhop(rnh->nh_control, nh_priv);
375 if (tmp_priv != NULL) {
377 *pnh_priv = tmp_priv;
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c8415 unsigned char tmp_priv[sizeof kbuf_priv]; local
8452 NULL, tmp_priv, curve) != len)
8454 fprintf(stderr, "tmp_priv length mismatch\n");
8457 if (memcmp(kbuf_priv, tmp_priv, len) == 0) {

Completed in 100 milliseconds