Searched refs:pubexp (Results 1 – 1 of 1) sorted by relevance
249 BIGNUM *pubexp; in MAIN() local250 pubexp = BN_new(); in MAIN()251 BN_set_word(pubexp, RSA_F4); in MAIN()252 rsa = RSA_X931_generate_key(num, pubexp, genrsa_cb, bio_err); in MAIN()253 BN_free(pubexp); in MAIN()