Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c1847 zval * zpkey = NULL; in PHP_FUNCTION() local
2851 zval *zcert = NULL, *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2867 priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource); in PHP_FUNCTION()
2941 zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION() local
2960 priv_key = php_openssl_evp_from_zval(zpkey, 0, "", 0, 1, &keyresource); in PHP_FUNCTION()
3020 zval *zout = NULL, zextracerts, zcert, zpkey; in PHP_FUNCTION() local
3071 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3072 add_assoc_zval(zout, "pkey", &zpkey); in PHP_FUNCTION()
3453 zval * zcert = NULL, *zcsr, *zpkey, *args = NULL; in PHP_FUNCTION() local
4593 zval * zpkey, * args = NULL; in PHP_FUNCTION() local
[all …]

Completed in 28 milliseconds