pubkey           1587 ext/openssl/openssl.c 	pkey = X509_PUBKEY_get(spki->spkac->pubkey);
pubkey           1643 ext/openssl/openssl.c 	pkey = X509_PUBKEY_get(spki->spkac->pubkey);
pubkey           4849 ext/openssl/openssl.c 	zval *pubkeys, **pubkey, *sealdata, *ekeys;
pubkey           4897 ext/openssl/openssl.c 	while (zend_hash_get_current_data_ex(pubkeysht, (void **) &pubkey,
pubkey           4899 ext/openssl/openssl.c 		pkeys[i] = php_openssl_evp_from_zval(pubkey, 1, NULL, 0, &key_resources[i] TSRMLS_CC);
pubkey           1539 ext/phar/util.c 			char *pubkey = NULL, *pfile;
pubkey           1555 ext/phar/util.c 			if (!pfp || !(pubkey_len = php_stream_copy_to_mem(pfp, (void **) &pubkey, PHP_STREAM_COPY_ALL, 0)) || !pubkey) {
pubkey           1557 ext/phar/util.c 			if (!pfp || !(pubkey_len = php_stream_copy_to_mem(pfp, &pubkey, PHP_STREAM_COPY_ALL, 0)) || !pubkey) {
pubkey           1572 ext/phar/util.c 			if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey, pubkey_len, &sig, &tempsig TSRMLS_CC)) {
pubkey           1573 ext/phar/util.c 				if (pubkey) {
pubkey           1574 ext/phar/util.c 					efree(pubkey);
pubkey           1584 ext/phar/util.c 			if (pubkey) {
pubkey           1585 ext/phar/util.c 				efree(pubkey);
pubkey           1590 ext/phar/util.c 			in = BIO_new_mem_buf(pubkey, pubkey_len);
pubkey           1593 ext/phar/util.c 				efree(pubkey);
pubkey           1602 ext/phar/util.c 			efree(pubkey);