HomeSort by: relevance | last modified time | path
    Searched defs:g_out (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
dsatest.c 301 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; local
417 || !TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_G, &g_out))
418 || !TEST_BN_eq(g_in, g_out)
445 BN_free(g_out);
evp_pkey_provided_test.c 1882 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; local
2053 &g_out))
2054 || !TEST_BN_eq(g, g_out)
2080 BN_free(g_out);
2081 g_out = NULL;
2131 BN_free(g_out);
  /src/crypto/external/bsd/openssl/dist/test/
dsatest.c 155 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; local
271 || !TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_G, &g_out))
272 || !TEST_BN_eq(g_in, g_out)
299 BN_free(g_out);
evp_pkey_provided_test.c 1458 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; local
1628 &g_out))
1629 || !TEST_BN_eq(g, g_out)
1655 BN_free(g_out);
1656 g_out = NULL;
1706 BN_free(g_out);
  /src/usr.sbin/mtrace/
mtrace.c 878 int g_out = ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt); local
886 g_pps = g_out / timediff;
910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out;
913 if (-100 < g_pct && g_pct < 101 && g_out > 10)
923 g_lost, g_out, g_str, g_pps);
938 g_out, g_pps);

Completed in 31 milliseconds