Searched refs:bio_b64 (Results 1 – 3 of 3) sorted by relevance
21 BIO *bio_b64 = NULL; in base64_encode() local33 if ((bio_b64 = BIO_new(BIO_f_base64())) == NULL) in base64_encode()38 BIO_set_flags(bio_b64, BIO_FLAGS_BASE64_NO_NL); in base64_encode()39 BIO_push(bio_b64, bio_mem); in base64_encode()41 n = BIO_write(bio_b64, ptr, (int)len); in base64_encode()45 if (BIO_flush(bio_b64) < 0) in base64_encode()48 b64_len = BIO_get_mem_data(bio_b64, &b64_ptr); in base64_encode()58 BIO_free(bio_b64); in base64_encode()68 BIO *bio_b64 = NULL; in base64_decode() local79 if ((bio_b64 = BIO_new(BIO_f_base64())) == NULL) in base64_decode()[all …]
13 bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c \
254 SRCS+= asymcipher.c bio_b64.c bio_enc.c bio_md.c bio_ok.c c_allc.c c_alld.c cmeth_lib.c