Home
last modified time | relevance | path

Searched refs:BN_generate_prime_ex (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libcrypto/rsa/
H A Drsa_gen.c127 if (!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb)) in rsa_builtin_keygen()
148 if (!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, in rsa_builtin_keygen()
/openbsd/lib/libcrypto/bn/
H A Dbn_prime.c156 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, in BN_generate_prime_ex() function
234 LCRYPTO_ALIAS(BN_generate_prime_ex);
H A Dbn.h418 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
/openbsd/lib/libcrypto/dh/
H A Ddh_gen.c160 if (!BN_generate_prime_ex(ret->p, prime_len, 1, t1, t2, cb)) in dh_builtin_genparams()
/openbsd/usr.bin/openssl/
H A Dprime.c158 if (!BN_generate_prime_ex(bn, cfg.bits, in prime_main()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dbn.h119 LCRYPTO_USED(BN_generate_prime_ex);
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_test.c1487 if (!BN_generate_prime_ex(b, 512, 0, NULL, NULL, cb)) in test_kron()
1589 if (!BN_generate_prime_ex(p, 256, 0, a, r, cb)) in test_sqrt()
1885 if (!BN_generate_prime_ex(p, 32, 0, NULL, NULL, NULL) || in test_mod_exp_sizes()
/openbsd/lib/libcrypto/
H A DSymbols.list379 BN_generate_prime_ex