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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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.c866 static void genprime_cb(int p, int n, void *arg) function
902 if (!BN_generate_prime(b, 512, 0, NULL, NULL, genprime_cb, NULL)) goto err;
992 if (!BN_generate_prime(p, 256, 0, a, r, genprime_cb, NULL)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbntest.c866 static void genprime_cb(int p, int n, void *arg) function
902 if (!BN_generate_prime(b, 512, 0, NULL, NULL, genprime_cb, NULL)) goto err;
992 if (!BN_generate_prime(p, 256, 0, a, r, genprime_cb, NULL)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 108 milliseconds