PEM_write_bio_PrivateKey 2573 ext/openssl/openssl.c 			if (PEM_write_bio_PrivateKey(bio_out, pkey, NULL, NULL, 0, 0, NULL)) {
PEM_write_bio_PrivateKey 3688 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
PEM_write_bio_PrivateKey 3757 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);