Searched refs:recipcert (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/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 | 312 ZEND_ARG_INFO(0, recipcert) 5524 zval * recipcert, * recipkey = NULL; in PHP_FUNCTION() local 5536 &outfilename, &outfilename_len, &recipcert, &recipkey) == FAILURE) { in PHP_FUNCTION() 5542 cert = php_openssl_x509_from_zval(recipcert, 0, &certresval); in PHP_FUNCTION() 5548 key = php_openssl_evp_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 0, &keyresval); in PHP_FUNCTION()
|
Completed in 17 milliseconds