Lines Matching defs:TSRMLS_DC

508 static void php_pkey_free(zend_rsrc_list_entry *rsrc TSRMLS_DC)  in php_pkey_free()
517 static void php_x509_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_x509_free()
523 static void php_csr_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_csr_free()
531 inline static int php_openssl_open_base_dir_chk(char *filename TSRMLS_DC) in php_openssl_open_base_dir_chk()
579 static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname TSRMLS_DC)… in add_assoc_name_entry()
649 static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) /* {{{ */ in asn1_time_to_time_t()
742 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_f… in php_openssl_config_check_syntax()
762 static int add_oid_section(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in add_oid_section()
811 static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args TSRMLS_DC) … in php_openssl_parse_config()
904 static void php_openssl_dispose_config(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in php_openssl_dispose_config()
921 static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded TSRMLS_DC) /* … in php_openssl_load_rand_file()
1240 …atic X509 * php_openssl_x509_from_zval(zval ** val, int makeresource, long * resourceval TSRMLS_DC) in php_openssl_x509_from_zval()
1772 static X509_STORE * setup_verify(zval * calist TSRMLS_DC) in setup_verify()
2195 …penssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) in php_openssl_make_REQ()
2358 …c X509_REQ * php_openssl_csr_from_zval(zval ** val, int makeresource, long * resourceval TSRMLS_DC) in php_openssl_csr_from_zval()
2778 …val(zval ** val, int public_key, char * passphrase, int makeresource, long * resourceval TSRMLS_DC) in php_openssl_evp_from_zval()
2936 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req TSRMLS_DC) in php_openssl_generate_private_key()
3013 static int php_openssl_is_private_key(EVP_PKEY* pkey TSRMLS_DC) in php_openssl_is_private_key()
4573 int php_openssl_apply_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC) /* {{… in php_openssl_apply_verification_policy()
4666 SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC) /* {{{ */ in php_SSL_new_from_context()
4870 static zend_bool php_openssl_validate_iv(char **piv, int *piv_len, int iv_required_len TSRMLS_DC) in php_openssl_validate_iv()