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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexpspeed.c84 static void genprime_cb(int p, int n, void *arg);
245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err;
340 static void genprime_cb(int p, int n, void *arg) function
H A Dbntest.c1638 static int genprime_cb(int p, int n, BN_GENCB *arg) function
1665 BN_GENCB_set(&cb, genprime_cb, NULL);
1754 BN_GENCB_set(&cb, genprime_cb, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.c1769 static int genprime_cb(int p, int n, BN_GENCB *arg) function
1801 BN_GENCB_set(&cb, genprime_cb, NULL);
1900 BN_GENCB_set(&cb, genprime_cb, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.c1769 static int genprime_cb(int p, int n, BN_GENCB *arg) function
1801 BN_GENCB_set(&cb, genprime_cb, NULL);
1900 BN_GENCB_set(&cb, genprime_cb, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c1638 static int genprime_cb(int p, int n, BN_GENCB *arg) function
1665 BN_GENCB_set(&cb, genprime_cb, NULL);
1754 BN_GENCB_set(&cb, genprime_cb, NULL);

Completed in 63 milliseconds