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

/sssd/src/util/cert/libcrypto/
H A Dcert.c31 BIO *bio_mem = NULL; local
49 bio_mem = BIO_new(BIO_s_mem());
50 if (bio_mem == NULL) {
56 ret = PEM_write_bio_X509(bio_mem, x509);
63 p_size = BIO_get_mem_data(bio_mem, &p);
87 BIO_free_all(bio_mem);
96 BIO *bio_mem = NULL; local
107 bio_mem = BIO_new(BIO_s_mem());
108 if (bio_mem == NULL) {
114 ret = BIO_puts(bio_mem, pe
[all...]

Completed in 8 milliseconds