Lines Matching refs:X509
415 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
634 static X509 *php_openssl_x509_from_param(
636 static X509 *php_openssl_x509_from_zval(
644 static STACK_OF(X509) * php_openssl_load_all_certs_from_file(
1431 static X509 *php_openssl_x509_from_str( in php_openssl_x509_from_str()
1433 X509 *cert = NULL; in php_openssl_x509_from_str()
1455 cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1457 cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1480 static X509 *php_openssl_x509_from_param( in php_openssl_x509_from_param()
1492 static X509 *php_openssl_x509_from_zval( in php_openssl_x509_from_zval()
1507 X509 *cert = php_openssl_x509_from_str(str, arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
1516 X509 *cert; in PHP_FUNCTION()
1824 X509 *cert; in PHP_FUNCTION()
1874 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw) in php_openssl_x509_fingerprint()
1903 X509 *cert; in PHP_FUNCTION()
1939 X509 *cert; in PHP_FUNCTION()
1972 X509 *cert; in PHP_FUNCTION()
2081 X509 *cert; in PHP_FUNCTION()
2252 static STACK_OF(X509) *php_openssl_load_all_certs_from_file( in STACK_OF() argument
2256 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2311 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2343 X509 *cert; in PHP_FUNCTION()
2348 STACK_OF(X509) *untrustedchain = NULL; in PHP_FUNCTION()
2478 X509 *cert; in PHP_FUNCTION()
2513 static void php_sk_X509_free(STACK_OF(X509) * sk) /* {{{ */ in php_sk_X509_free()
2516 X509* x = sk_X509_pop(sk); in php_sk_X509_free()
2524 static STACK_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_nam… in STACK_OF() argument
2527 STACK_OF(X509) * sk = NULL; in STACK_OF()
2528 X509 * cert; in STACK_OF()
2580 X509 *cert; in PHP_FUNCTION()
2593 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2683 X509 *cert; in PHP_FUNCTION()
2694 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2776 X509 * cert = NULL; in PHP_FUNCTION()
2777 STACK_OF(X509) * ca = NULL; in PHP_FUNCTION()
2837 X509* aCA = sk_X509_pop(ca); in PHP_FUNCTION()
3204 X509 *cert = NULL, *new_cert = NULL; in PHP_FUNCTION()
3547 X509 *cert = NULL; in php_openssl_pkey_from_zval()
5415 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5416 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5548 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5553 X509 * cert; in PHP_FUNCTION()
5682 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
5737 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
5780 X509 *cert = NULL; in PHP_FUNCTION()
5789 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5900 X509 *cert; in PHP_FUNCTION()
5979 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5980 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6150 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
6156 X509 * cert; in PHP_FUNCTION()
6330 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
6378 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
6426 X509 *cert = NULL; in PHP_FUNCTION()
6436 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6609 X509 *cert; in PHP_FUNCTION()