Searched refs:recipcert (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | README | 172 recipcert, mixed recipkey) 175 using the certificate and private key pair recipcert/recipkey.
|
H A D | openssl.c | 309 ZEND_ARG_INFO(0, recipcert) 4874 zval * recipcert, * recipkey = NULL; in PHP_FUNCTION() local 4886 &outfilename, &outfilename_len, &recipcert, &recipkey) == FAILURE) { in PHP_FUNCTION() 4892 cert = php_openssl_x509_from_zval(recipcert, 0, &certresval); in PHP_FUNCTION() 4898 key = php_openssl_evp_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 0, &keyresval); in PHP_FUNCTION()
|
Completed in 19 milliseconds