Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dutil.c41 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_…
1414 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… in phar_call_openssl_signverify() function
1579 …if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey, pubkey_len, &sig, &tempsig…
1924 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)…

Completed in 10 milliseconds