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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dexpspeed.c86 static void genprime_cb(int p, int n, void *arg);
249 if (!BN_generate_prime(c, sizes[i], 0, ADD, REM, genprime_cb, NULL))
364 static void genprime_cb(int p, int n, void *arg) function
H A Dbntest.c1630 static int genprime_cb(int p, int n, BN_GENCB *arg) function
1662 BN_GENCB_set(&cb, genprime_cb, NULL);
1761 BN_GENCB_set(&cb, genprime_cb, NULL);

Completed in 152 milliseconds