Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c1810 zval * zpkey = NULL; in PHP_FUNCTION() local
2785 zval *zcert = NULL, *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2801 priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource); in PHP_FUNCTION()
2875 zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION() local
2894 priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource); in PHP_FUNCTION()
2955 zval *zout = NULL, zextracerts, zcert, zpkey; in PHP_FUNCTION() local
3004 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3005 add_assoc_zval(zout, "pkey", &zpkey); in PHP_FUNCTION()
3382 zval * zcert = NULL, *zcsr, *zpkey, *args = NULL; in PHP_FUNCTION() local
4513 zval * zpkey, * args = NULL; in PHP_FUNCTION() local
[all …]

Completed in 22 milliseconds