Searched refs:pem_write (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 3705 int pem_write = 0; in PHP_FUNCTION() local 3744 …pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char … in PHP_FUNCTION() 3748 …pem_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 3813 …pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char … in PHP_FUNCTION() 3817 …pem_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 14 milliseconds