Searched refs:ctx (Results 176 - 200 of 1936) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanoftp.h72 xmlNanoFTPFreeCtxt (void * ctx);
82 xmlNanoFTPConnect (void *ctx);
84 xmlNanoFTPClose (void *ctx);
86 xmlNanoFTPQuit (void *ctx);
96 xmlNanoFTPUpdateURL (void *ctx,
103 xmlNanoFTPGetResponse (void *ctx);
105 xmlNanoFTPCheckResponse (void *ctx);
111 xmlNanoFTPCwd (void *ctx,
114 xmlNanoFTPDele (void *ctx,
118 xmlNanoFTPGetConnection (void *ctx);
[all...]
/macosx-10.10/webdavfs-367/webdavlib/
H A Dwebdavlib.c93 static enum WEBDAVLIBAuthStatus finalStatusFromStatusCode(struct callback_ctx *ctx, int *error);
94 static int handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream, CFURLRef a_url);
95 static int handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream, CFURLRef a_url);
96 static enum WEBDAVLIBAuthStatus sendOptionsRequest(CFURLRef a_url, struct callback_ctx *ctx, int *result);
97 static enum WEBDAVLIBAuthStatus sendOptionsRequestAuthenticated(CFURLRef a_url, struct callback_ctx *ctx, CFDictionaryRef creds, int *result);
98 static void applyCredentialsToRequest(struct callback_ctx *ctx, CFDictionaryRef creds, CFHTTPMessageRef request);
100 static int updateNetworkProxies(struct callback_ctx *ctx);
101 static void releaseContextItems(struct callback_ctx *ctx);
102 static void initContext(struct callback_ctx *ctx);
414 struct callback_ctx ctx; local
480 struct callback_ctx ctx; local
517 sendOptionsRequest(CFURLRef a_url, struct callback_ctx *ctx, int *err) argument
645 sendOptionsRequestAuthenticated(CFURLRef a_url, struct callback_ctx *ctx, CFDictionaryRef creds, int *err) argument
979 applyCredentialsToRequest(struct callback_ctx *ctx, CFDictionaryRef creds, CFHTTPMessageRef request) argument
1005 finalStatusFromStatusCode(struct callback_ctx *ctx, int *error) argument
1046 handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream,CFURLRef a_url) argument
1107 handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef readStreamRef, CFURLRef a_url) argument
1199 struct callback_ctx *ctx; local
1243 updateNetworkProxies(struct callback_ctx *ctx) argument
1348 initContext(struct callback_ctx *ctx) argument
1369 releaseContextItems(struct callback_ctx *ctx) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy.h142 int (*new_item)(X509_LOOKUP *ctx);
143 void (*free)(X509_LOOKUP *ctx);
144 int (*init)(X509_LOOKUP *ctx);
145 int (*shutdown)(X509_LOOKUP *ctx);
146 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
148 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
150 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
152 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
155 int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len,
193 int (*verify)(X509_STORE_CTX *ctx); /* calle
228 X509_STORE *ctx; member in struct:x509_store_ctx_st
453 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx); variable
454 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx); variable
[all...]
H A Dx509_lu.c85 void X509_LOOKUP_free(X509_LOOKUP *ctx) argument
87 if (ctx == NULL) return;
88 if ( (ctx->method != NULL) &&
89 (ctx->method->free != NULL))
90 ctx->method->free(ctx);
91 OPENSSL_free(ctx);
94 int X509_LOOKUP_init(X509_LOOKUP *ctx) argument
96 if (ctx->method == NULL) return 0;
97 if (ctx
103 X509_LOOKUP_shutdown(X509_LOOKUP *ctx) argument
112 X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) argument
122 X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, X509_OBJECT *ret) argument
131 X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) argument
140 X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, unsigned char *bytes, int len, X509_OBJECT *ret) argument
148 X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str, int len, X509_OBJECT *ret) argument
290 X509_STORE *ctx=vs->ctx; local
332 X509_STORE_add_cert(X509_STORE *ctx, X509 *x) argument
365 X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x) argument
493 X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) argument
552 X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags) argument
557 X509_STORE_set_depth(X509_STORE *ctx, int depth) argument
563 X509_STORE_set_purpose(X509_STORE *ctx, int purpose) argument
568 X509_STORE_set_trust(X509_STORE *ctx, int trust) argument
573 X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *param) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dx509_vfy.h142 int (*new_item)(X509_LOOKUP *ctx);
143 void (*free)(X509_LOOKUP *ctx);
144 int (*init)(X509_LOOKUP *ctx);
145 int (*shutdown)(X509_LOOKUP *ctx);
146 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
148 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
150 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
152 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
155 int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len,
193 int (*verify)(X509_STORE_CTX *ctx); /* calle
228 X509_STORE *ctx; member in struct:x509_store_ctx_st
453 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx); variable
454 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx); variable
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Crypt/SSLeay/
H A DMainContext.pm10 my $ctx = &main_ctx();
15 my $ctx = Crypt::SSLeay::CTX->new($ssl_version);
16 $ctx->set_cipher_list($ENV{CRYPT_SSLEAY_CIPHER})
19 $ctx;
35 $sub = $sub_cache{$_} = sub { $ctx->$method(@_) };
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_set_sec_context_option.c41 struct _gss_context *ctx; local
50 ctx = (struct _gss_context *) *context_handle;
52 if (ctx == NULL)
55 m = ctx->gc_mech;
62 &ctx->gc_ctx, object, value);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderbuffer.cpp37 PassRefPtr<WebGLRenderbuffer> WebGLRenderbuffer::create(WebGLRenderingContext* ctx) argument
39 return adoptRef(new WebGLRenderbuffer(ctx));
47 WebGLRenderbuffer::WebGLRenderbuffer(WebGLRenderingContext* ctx) argument
48 : WebGLSharedObject(ctx)
56 setObject(ctx->graphicsContext3D()->createRenderbuffer());
H A DWebGLShader.cpp37 PassRefPtr<WebGLShader> WebGLShader::create(WebGLRenderingContext* ctx, GC3Denum type) argument
39 return adoptRef(new WebGLShader(ctx, type));
42 WebGLShader::WebGLShader(WebGLRenderingContext* ctx, GC3Denum type) argument
43 : WebGLSharedObject(ctx)
48 setObject(ctx->graphicsContext3D()->createShader(type));
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Ddelimitermap.h76 * Decrement reference count of the delimitermap `ctx' created by
81 idn_delimitermap_destroy(idn_delimitermap_t ctx);
84 * Increment reference count of the delimitermap `ctx' created by
88 idn_delimitermap_incrref(idn_delimitermap_t ctx);
99 idn_delimitermap_add(idn_delimitermap_t ctx, unsigned long delimiter);
102 idn_delimitermap_addall(idn_delimitermap_t ctx, unsigned long *delimiters,
116 idn_delimitermap_map(idn_delimitermap_t ctx, const unsigned long *from,
H A Ducsmap.h79 idn_ucsmap_destroy(idn_ucsmap_t ctx);
86 idn_ucsmap_incrref(idn_ucsmap_t ctx);
101 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map,
109 idn_ucsmap_fix(idn_ucsmap_t ctx);
124 idn_ucsmap_map(idn_ucsmap_t ctx, unsigned long v, unsigned long *to,
H A Dconverter.h104 * Decrement reference count of the converter `ctx' created by
109 idn_converter_destroy(idn_converter_t ctx);
112 * Increment reference count of the converter `ctx' created by
116 idn_converter_incrref(idn_converter_t ctx);
134 idn_converter_convfromucs4(idn_converter_t ctx,
138 idn_converter_convtoucs4(idn_converter_t ctx,
150 idn_converter_localencoding(idn_converter_t ctx);
163 idn_converter_encodingtype(idn_converter_t ctx);
173 idn_converter_isasciicompatible(idn_converter_t ctx);
221 typedef idn_result_t (*idn_converter_openproc_t)(idn_converter_t ctx,
[all...]
H A Dchecker.h101 * Decrement reference count of the checker `ctx' created by
106 idn_checker_destroy(idn_checker_t ctx);
109 * Increment reference count of the checker `ctx' created by
113 idn_checker_incrref(idn_checker_t ctx);
116 * Add checking scheme `name' to the checker to `ctx'.
124 idn_checker_add(idn_checker_t ctx, const char *name);
127 idn_checker_addall(idn_checker_t ctx, const char **names, int nnames);
130 * Check a domain name. All checking schemes regsitered in `ctx' are
139 idn_checker_lookup(idn_checker_t ctx, const unsigned long *ucs4,
147 typedef void (*idn_checker_destroyproc_t)(void *ctx);
[all...]
H A Dmapselector.h101 * Decrement reference count of the mapselector `ctx' created by
106 idn_mapselector_destroy(idn_mapselector_t ctx);
109 * Increment reference count of the mapselector `ctx' created by
113 idn_mapselector_incrref(idn_mapselector_t ctx);
116 * Return the mapper for `tld' registered in `ctx', or return NULL if
120 idn_mapselector_mapper(idn_mapselector_t ctx, const char *tld);
124 * context `ctx'. If no mapper for `TLD' has not been registered, the
127 * TLD registered in `ctx'.
135 idn_mapselector_add(idn_mapselector_t ctx, const char *tld, const char *name);
138 idn_mapselector_addall(idn_mapselector_t ctx, cons
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.h69 typedef void (*idn_testsuite_testproc_t)(idn_testsuite_t ctx);
92 idn_testsuite_destroy(idn_testsuite_t ctx);
99 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title,
106 idn_testsuite_ntestcases(idn_testsuite_t ctx);
112 idn_testsuite_runall(idn_testsuite_t ctx);
114 idn_testsuite_run(idn_testsuite_t ctx, char *titles[]);
126 idn_testsuite_npassed(idn_testsuite_t ctx);
128 idn_testsuite_nfailed(idn_testsuite_t ctx);
130 idn_testsuite_nskipped(idn_testsuite_t ctx);
138 idn_testsuite_getstatus(idn_testsuite_t ctx);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/digest/
H A Daccept_sec_context.c43 _gss_scram_allocate_ctx(OM_uint32 *minor_status, const char *domain, scram_id_t *ctx) argument
47 *ctx = NULL;
55 *ctx = c;
103 major_status = _gss_scram_allocate_ctx(minor_status, NULL, &ctx);
106 *context_handle = (gss_ctx_id_t)ctx;
108 ctx->flags = retflags;
118 ctx = (scram_id_t)*context_handle;
123 ctx->client = strdup("lha");
129 *src_name = (gss_name_t)strdup(ctx->client);
136 ctx
[all...]
H A Dinquire_context.c50 scram_id_t ctx = (scram_id_t)context_handle; local
54 if (ctx == NULL)
58 if (ctx->client == NULL)
60 *src_name = (gss_name_t)strdup(ctx->client);
69 *ctx_flags = ctx->flags;
71 *locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0;
73 *open_context = (ctx->status & STATUS_OPEN) ? 1 : 0;
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Drand.c51 do_rand(unsigned long *ctx) argument
59 return ((*ctx = *ctx * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
72 if (*ctx == 0)
73 *ctx = 123459876;
74 hi = *ctx / 127773;
75 lo = *ctx % 127773;
79 return ((*ctx = x) % ((u_long)RAND_MAX + 1));
85 rand_r(unsigned int *ctx) argument
87 u_long val = (u_long) *ctx;
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, argument
76 EVP_CIPHER_CTX_init(ctx);
77 if(!EVP_EncryptInit_ex(ctx,type,NULL,NULL,NULL)) return 0;
81 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
83 if (EVP_CIPHER_CTX_iv_length(ctx))
84 RAND_pseudo_bytes(iv,EVP_CIPHER_CTX_iv_length(ctx));
86 if(!EVP_EncryptInit_ex(ctx,NULL,NULL,key,iv)) return 0;
90 ekl[i]=EVP_PKEY_encrypt(ek[i],key,EVP_CIPHER_CTX_key_length(ctx),
98 void EVP_SealUpdate(ctx,out,outl,in,inl)
99 EVP_CIPHER_CTX *ctx;
109 EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
H A Devp_lib.c123 int EVP_CIPHER_type(const EVP_CIPHER *ctx) argument
127 nid = EVP_CIPHER_nid(ctx);
186 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx) argument
188 return ctx->cipher->block_size;
191 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) argument
193 return ctx->cipher;
201 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx) argument
203 return ctx->app_data;
206 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data) argument
208 ctx
221 EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) argument
226 EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx) argument
251 EVP_MD_CTX_md(const EVP_MD_CTX *ctx) argument
256 EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags) argument
261 EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags) argument
266 EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags) argument
271 EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags) argument
276 EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags) argument
281 EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_certkey.c10 /* int tls_set_ca_certificate_info(ctx, CAfile, CApath)
11 /* SSL_CTX *ctx;
15 /* int tls_set_my_certificate_key_info(ctx, cert_file, key_file,
18 /* SSL_CTX *ctx;
84 int tls_set_ca_certificate_info(SSL_CTX *ctx, const char *CAfile, argument
92 if (!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) {
98 if (var_tls_append_def_CA && !SSL_CTX_set_default_verify_paths(ctx)) {
110 static int set_cert_stuff(SSL_CTX *ctx, const char *cert_type, argument
122 if (SSL_CTX_use_certificate_chain_file(ctx, cert_file) <= 0) {
128 if (SSL_CTX_use_PrivateKey_file(ctx, key_fil
148 tls_set_my_certificate_key_info(SSL_CTX *ctx, const char *cert_file, const char *key_file, const char *dcert_file, const char *dkey_file, const char *eccert_file, const char *eckey_file) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dhash.c35 lutil_HASHInit( struct lutil_HASHContext *ctx )
37 ctx->hash = HASH_OFFSET;
45 struct lutil_HASHContext *ctx,
55 h = ctx->hash;
62 ctx->hash = h;
69 lutil_HASHFinal( unsigned char *digest, struct lutil_HASHContext *ctx )
71 ber_uint_t h = ctx->hash;
44 lutil_HASHUpdate( struct lutil_HASHContext *ctx, const unsigned char *buf, ber_len_t len ) argument
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_include.h48 #define SSI_CREATE_ERROR_BUCKET(ctx, f, bb) APR_BRIGADE_INSERT_TAIL((bb), \
49 apr_bucket_pool_create(apr_pstrdup((ctx)->pool, (ctx)->error_str), \
50 strlen((ctx)->error_str), (ctx)->pool, \
109 (include_ctx_t *ctx, char **tag, char **tag_val,
113 (include_ctx_t *ctx, const char *in, char *out,
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dhex.c89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
91 ctx->digits = 0;
92 ctx->length = length;
93 ctx->target = target;
97 hex_decode_char(hex_decode_ctx_t *ctx, int c) { argument
102 ctx->val[ctx->digits++] = s - hex;
103 if (ctx->digits == 2) {
106 num = (ctx->val[0] << 4) + (ctx
120 hex_decode_finish(hex_decode_ctx_t *ctx) argument
130 hex_decode_ctx_t ctx; local
160 hex_decode_ctx_t ctx; local
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dhex.c89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
91 ctx->digits = 0;
92 ctx->length = length;
93 ctx->target = target;
97 hex_decode_char(hex_decode_ctx_t *ctx, int c) { argument
102 ctx->val[ctx->digits++] = s - hex;
103 if (ctx->digits == 2) {
106 num = (ctx->val[0] << 4) + (ctx
120 hex_decode_finish(hex_decode_ctx_t *ctx) argument
130 hex_decode_ctx_t ctx; local
160 hex_decode_ctx_t ctx; local
[all...]

Completed in 189 milliseconds

1234567891011>>