Searched refs:bio (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-context.c87 BIO *bio; local
91 bio = BIO_new_mem_buf(key, strlen(key));
92 if (bio == NULL) {
102 pkey = PEM_read_bio_PrivateKey(bio, NULL, pem_password_callback, &ctx);
107 BIO_free(bio);
120 BIO *bio; local
124 bio = BIO_new_mem_buf(dhvalue, strlen(dhvalue));
126 if (bio == NULL) {
133 dh = PEM_read_bio_DHparams(bio, &dh, NULL, NULL);
139 BIO_free(bio);
241 BIO *bio; local
[all...]
/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c17 #include <openssl/bio.h>

Completed in 34 milliseconds