Lines Matching refs:X509

410 static int X509_get_signature_nid(const X509 *x)  in X509_get_signature_nid()
598 static X509 *php_openssl_x509_from_param(
600 static X509 *php_openssl_x509_from_zval(
608 static STACK_OF(X509) * php_openssl_load_all_certs_from_file(
1388 static X509 *php_openssl_x509_from_str( in php_openssl_x509_from_str()
1390 X509 *cert = NULL; in php_openssl_x509_from_str()
1412 cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1414 cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1437 static X509 *php_openssl_x509_from_param( in php_openssl_x509_from_param()
1449 static X509 *php_openssl_x509_from_zval( in php_openssl_x509_from_zval()
1471 X509 *cert; in PHP_FUNCTION()
1781 X509 *cert; in PHP_FUNCTION()
1831 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw) in php_openssl_x509_fingerprint()
1860 X509 *cert; in PHP_FUNCTION()
1896 X509 *cert; in PHP_FUNCTION()
1929 X509 *cert; in PHP_FUNCTION()
2038 X509 *cert; in PHP_FUNCTION()
2203 static STACK_OF(X509) *php_openssl_load_all_certs_from_file( in STACK_OF() argument
2207 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2262 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2294 X509 *cert; in PHP_FUNCTION()
2299 STACK_OF(X509) *untrustedchain = NULL; in PHP_FUNCTION()
2429 X509 *cert; in PHP_FUNCTION()
2464 static void php_sk_X509_free(STACK_OF(X509) * sk) /* {{{ */ in php_sk_X509_free()
2467 X509* x = sk_X509_pop(sk); in php_sk_X509_free()
2475 static STACK_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_nam… in STACK_OF() argument
2478 STACK_OF(X509) * sk = NULL; in STACK_OF()
2479 X509 * cert; in STACK_OF()
2531 X509 *cert; in PHP_FUNCTION()
2544 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2634 X509 *cert; in PHP_FUNCTION()
2645 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2727 X509 * cert = NULL; in PHP_FUNCTION()
2728 STACK_OF(X509) * ca = NULL; in PHP_FUNCTION()
2788 X509* aCA = sk_X509_pop(ca); in PHP_FUNCTION()
3154 X509 *cert = NULL, *new_cert = NULL; in PHP_FUNCTION()
3492 X509 *cert = NULL; in php_openssl_pkey_from_zval()
5190 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5191 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5323 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5328 X509 * cert; in PHP_FUNCTION()
5457 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
5512 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
5555 X509 *cert = NULL; in PHP_FUNCTION()
5564 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5675 X509 *cert; in PHP_FUNCTION()
5754 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5755 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5925 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5931 X509 * cert; in PHP_FUNCTION()
6105 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
6153 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
6201 X509 *cert = NULL; in PHP_FUNCTION()
6211 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6384 X509 *cert; in PHP_FUNCTION()