BIO_new_file       81 scripts/extract-cert.c 		wb = BIO_new_file(cert_dst, "wb");
BIO_new_file      141 scripts/extract-cert.c 		b = BIO_new_file(cert_src, "rb");
BIO_new_file      159 scripts/sign-file.c 		b = BIO_new_file(private_key_name, "rb");
BIO_new_file      177 scripts/sign-file.c 	b = BIO_new_file(x509_name, "rb");
BIO_new_file      290 scripts/sign-file.c 	bm = BIO_new_file(module_name, "rb");
BIO_new_file      334 scripts/sign-file.c 			b = BIO_new_file(sig_file_name, "wb");
BIO_new_file      355 scripts/sign-file.c 	bd = BIO_new_file(dest_name, "wb");
BIO_new_file      380 scripts/sign-file.c 		b = BIO_new_file(raw_sig_name, "rb");