Searched refs:genprime_cb (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/bn/ |
D | expspeed.c | 84 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; in do_mul_exp() 340 static void genprime_cb(int p, int n, void *arg) in genprime_cb() function
|
D | bntest.c | 1640 static int genprime_cb(int p, int n, BN_GENCB *arg) in genprime_cb() function 1667 BN_GENCB_set(&cb, genprime_cb, NULL); in test_kron() 1756 BN_GENCB_set(&cb, genprime_cb, NULL); in test_sqrt()
|