Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dutil.c37 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz…
1384 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify() function
1524 …if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey ? ZSTR_VAL(pubkey) : NULL, … in phar_verify_signature()
1886 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)… in phar_create_signature()

Completed in 10 milliseconds