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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c1709 BIO *key_out = BIO_new(BIO_s_mem()); local
1710 if (key_out == NULL)
1723 ec = PEM_write_bio_PrivateKey(key_out, pkey, algo, NULL, 0, NULL, (void*)password);
1725 if (BIO_flush(key_out) <= 0)
1729 BIO_vfree(key_out);
1735 bs = BIO_get_mem_data(key_out, &buf);
1737 BIO_vfree(key_out);
1753 BIO *key_out = BIO_new(BIO_s_mem()); local
1754 if (key_out == NULL)
1759 ec = PEM_write_bio_PUBKEY(key_out, pke
[all...]

Completed in 12 milliseconds