Lines Matching refs:x509
169 X509_free(x509_object->x509); in php_openssl_certificate_free_obj()
1440 return php_openssl_certificate_from_obj(cert_obj)->x509; in php_openssl_x509_from_param()
1455 return php_openssl_certificate_from_obj(Z_OBJ_P(val))->x509; in php_openssl_x509_from_zval()
2250 if (xi->x509 != NULL) { in STACK_OF()
2251 sk_X509_push(stack,xi->x509); in STACK_OF()
2252 xi->x509=NULL; in STACK_OF()
2455 x509_cert_obj->x509 = cert_obj ? X509_dup(cert) : cert; in PHP_FUNCTION()
2462 zval *x509; in PHP_FUNCTION() local
2465 Z_PARAM_OBJECT_OF_CLASS(x509, php_openssl_certificate_ce) in PHP_FUNCTION()
3293 cert_object->x509 = new_cert; in PHP_FUNCTION()
3574 cert = php_openssl_certificate_from_obj(Z_OBJ_P(val))->x509; in php_openssl_pkey_from_zval()