PEM_write_bio_PrivateKey 2597 ext/openssl/openssl.c if (PEM_write_bio_PrivateKey(bio_out, pkey, NULL, NULL, 0, 0, NULL)) { PEM_write_bio_PrivateKey 3725 ext/openssl/openssl.c pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); PEM_write_bio_PrivateKey 3795 ext/openssl/openssl.c pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL);