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

/sssd-io/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...]
/sssd-io/src/lib/certmap/
H A Dsss_cert_content_crypto.c325 BIO *bio_mem = NULL;
332 bio_mem = BIO_new(BIO_s_mem());
333 if (bio_mem == NULL) {
349 ret = ASN1_STRING_print_ex(bio_mem, rdn_str, ASN1_STRFLGS_RFC2253);
355 tmp_str_size = BIO_get_mem_data(bio_mem, &tmp_str);
367 ret = BIO_reset(bio_mem);
382 BIO_free_all(bio_mem);
710 BIO *bio_mem = NULL;
722 bio_mem = BIO_new(BIO_s_mem());
723 if (bio_mem
[all...]

Completed in 32 milliseconds