EVP_PKEY_get1_EC_KEY 3684 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
EVP_PKEY_get1_EC_KEY 3753 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
EVP_PKEY_get1_EC_KEY 3941 ext/openssl/openssl.c 				ec_group = EC_KEY_get0_group(EVP_PKEY_get1_EC_KEY(pkey));