Home
last modified time | relevance | path

Searched refs:pem_write (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/openssl/
H A Dopenssl.c3705 int pem_write = 0; in PHP_FUNCTION() local
3744pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char … in PHP_FUNCTION()
3748pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase… in PHP_FUNCTION()
3752 if (pem_write) { in PHP_FUNCTION()
3778 int pem_write = 0; in PHP_FUNCTION() local
3813pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char … in PHP_FUNCTION()
3817pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase… in PHP_FUNCTION()
3821 if (pem_write) { in PHP_FUNCTION()

Completed in 19 milliseconds