Searched defs:bn (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-context.c30 BIGNUM *bn = BN_new(); local
33 if (bn != NULL && BN_set_word(bn, RSA_F4) != 0 &&
34 RSA_generate_key_ex(rsa, keylength, bn, NULL) != 0) {
35 BN_free(bn);
39 if (bn != NULL)
40 BN_free(bn);

Completed in 11 milliseconds