Searched refs:context (Results 1 - 25 of 4180) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/selinux/ss/
H A Dmls.h24 #include "context.h"
27 int mls_compute_context_len(struct context *context);
28 void mls_sid_to_context(struct context *context, char **scontext);
29 int mls_context_isvalid(struct policydb *p, struct context *c);
36 struct context *context,
40 int mls_from_string(char *str, struct context *context, gfp_
67 mls_export_netlbl_lvl(struct context *context, struct netlbl_lsm_secattr *secattr) argument
72 mls_import_netlbl_lvl(struct context *context, struct netlbl_lsm_secattr *secattr) argument
77 mls_export_netlbl_cat(struct context *context, struct netlbl_lsm_secattr *secattr) argument
82 mls_import_netlbl_cat(struct context *context, struct netlbl_lsm_secattr *secattr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/selinux/ss/
H A Dmls.h24 #include "context.h"
27 int mls_compute_context_len(struct context *context);
28 void mls_sid_to_context(struct context *context, char **scontext);
29 int mls_context_isvalid(struct policydb *p, struct context *c);
36 struct context *context,
40 int mls_from_string(char *str, struct context *context, gfp_
67 mls_export_netlbl_lvl(struct context *context, struct netlbl_lsm_secattr *secattr) argument
72 mls_import_netlbl_lvl(struct context *context, struct netlbl_lsm_secattr *secattr) argument
77 mls_export_netlbl_cat(struct context *context, struct netlbl_lsm_secattr *secattr) argument
82 mls_import_netlbl_cat(struct context *context, struct netlbl_lsm_secattr *secattr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs32 common_pc(context)
33 struct scripting_context * context
36 common_flags(context)
37 struct scripting_context * context
40 common_lock_depth(context)
41 struct scripting_context * context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs32 common_pc(context)
33 struct scripting_context * context
36 common_flags(context)
37 struct scripting_context * context
40 common_lock_depth(context)
41 struct scripting_context * context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Derror_string.c40 * Clears the error message from the Kerberos 5 context.
42 * @param context The Kerberos 5 context to clear
48 krb5_clear_error_message(krb5_context context) argument
50 HEIMDAL_MUTEX_lock(context->mutex);
51 if (context->error_string)
52 free(context->error_string);
53 context->error_code = 0;
54 context->error_string = NULL;
55 HEIMDAL_MUTEX_unlock(context
71 krb5_set_error_message(krb5_context context, krb5_error_code ret, const char *fmt, ...) argument
95 krb5_vset_error_message(krb5_context context, krb5_error_code ret, const char *fmt, va_list args) argument
121 krb5_get_error_string(krb5_context context) argument
133 krb5_have_error_string(krb5_context context) argument
156 krb5_get_error_message(krb5_context context, krb5_error_code code) argument
198 krb5_free_error_message(krb5_context context, const char *msg) argument
[all...]
H A Dadd_et_list.c37 * Add a specified list of error messages to the et list in context.
41 * @param context A kerberos context.
51 krb5_add_et_list (krb5_context context, argument
54 (*func)(&context->et_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Derror_string.c40 * Clears the error message from the Kerberos 5 context.
42 * @param context The Kerberos 5 context to clear
48 krb5_clear_error_message(krb5_context context) argument
50 HEIMDAL_MUTEX_lock(context->mutex);
51 if (context->error_string)
52 free(context->error_string);
53 context->error_code = 0;
54 context->error_string = NULL;
55 HEIMDAL_MUTEX_unlock(context
71 krb5_set_error_message(krb5_context context, krb5_error_code ret, const char *fmt, ...) argument
95 krb5_vset_error_message(krb5_context context, krb5_error_code ret, const char *fmt, va_list args) argument
121 krb5_get_error_string(krb5_context context) argument
133 krb5_have_error_string(krb5_context context) argument
156 krb5_get_error_message(krb5_context context, krb5_error_code code) argument
198 krb5_free_error_message(krb5_context context, const char *msg) argument
[all...]
H A Dadd_et_list.c37 * Add a specified list of error messages to the et list in context.
41 * @param context A kerberos context.
51 krb5_add_et_list (krb5_context context, argument
54 (*func)(&context->et_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Derror_string.c40 * Clears the error message from the Kerberos 5 context.
42 * @param context The Kerberos 5 context to clear
48 krb5_clear_error_message(krb5_context context) argument
50 HEIMDAL_MUTEX_lock(context->mutex);
51 if (context->error_string)
52 free(context->error_string);
53 context->error_code = 0;
54 context->error_string = NULL;
55 HEIMDAL_MUTEX_unlock(context
71 krb5_set_error_message(krb5_context context, krb5_error_code ret, const char *fmt, ...) argument
95 krb5_vset_error_message(krb5_context context, krb5_error_code ret, const char *fmt, va_list args) argument
121 krb5_get_error_string(krb5_context context) argument
133 krb5_have_error_string(krb5_context context) argument
156 krb5_get_error_message(krb5_context context, krb5_error_code code) argument
198 krb5_free_error_message(krb5_context context, const char *msg) argument
[all...]
H A Dadd_et_list.c37 * Add a specified list of error messages to the et list in context.
41 * @param context A kerberos context.
51 krb5_add_et_list (krb5_context context, argument
54 (*func)(&context->et_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dinit.c43 krb5_context context = ptr; local
45 if (context == NULL)
47 krb5_free_context(context);
51 _gsskrb5_init (krb5_context *context) argument
67 *context = HEIMDAL_getspecific(context_key);
68 if (*context == NULL) {
70 ret = krb5_init_context(context);
72 HEIMDAL_setspecific(context_key, *context, ret);
74 krb5_free_context(*context);
75 *context
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dinit.c43 krb5_context context = ptr; local
45 if (context == NULL)
47 krb5_free_context(context);
51 _gsskrb5_init (krb5_context *context) argument
67 *context = HEIMDAL_getspecific(context_key);
68 if (*context == NULL) {
70 ret = krb5_init_context(context);
72 HEIMDAL_setspecific(context_key, *context, ret);
74 krb5_free_context(*context);
75 *context
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dinit.c43 krb5_context context = ptr; local
45 if (context == NULL)
47 krb5_free_context(context);
51 _gsskrb5_init (krb5_context *context) argument
67 *context = HEIMDAL_getspecific(context_key);
68 if (*context == NULL) {
70 ret = krb5_init_context(context);
72 HEIMDAL_setspecific(context_key, *context, ret);
74 krb5_free_context(*context);
75 *context
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_context.c140 SMBCCTX *context; local
146 * All newly added context fields should be placed in
149 context = SMB_MALLOC_P(SMBCCTX);
150 if (!context) {
155 ZERO_STRUCTP(context);
157 context->internal = SMB_MALLOC_P(struct SMBC_internal_data);
158 if (!context->internal) {
159 SAFE_FREE(context);
164 /* Initialize the context and establish reasonable defaults */
165 ZERO_STRUCTP(context
237 smbc_free_context(SMBCCTX *context, int shutdown_ctx) argument
339 smbc_option_set(SMBCCTX *context, char *option_name, ... ) argument
426 smbc_option_get(SMBCCTX *context, char *option_name) argument
545 smbc_init_context(SMBCCTX *context) argument
717 smbc_set_credentials_with_fallback(SMBCCTX *context, const char *workgroup, const char *user, const char *password) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_context.c140 SMBCCTX *context; local
146 * All newly added context fields should be placed in
149 context = SMB_MALLOC_P(SMBCCTX);
150 if (!context) {
155 ZERO_STRUCTP(context);
157 context->internal = SMB_MALLOC_P(struct SMBC_internal_data);
158 if (!context->internal) {
159 SAFE_FREE(context);
164 /* Initialize the context and establish reasonable defaults */
165 ZERO_STRUCTP(context
237 smbc_free_context(SMBCCTX *context, int shutdown_ctx) argument
339 smbc_option_set(SMBCCTX *context, char *option_name, ... ) argument
426 smbc_option_get(SMBCCTX *context, char *option_name) argument
545 smbc_init_context(SMBCCTX *context) argument
717 smbc_set_credentials_with_fallback(SMBCCTX *context, const char *workgroup, const char *user, const char *password) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dlibsmb_context.c140 SMBCCTX *context; local
146 * All newly added context fields should be placed in
149 context = SMB_MALLOC_P(SMBCCTX);
150 if (!context) {
155 ZERO_STRUCTP(context);
157 context->internal = SMB_MALLOC_P(struct SMBC_internal_data);
158 if (!context->internal) {
159 SAFE_FREE(context);
164 /* Initialize the context and establish reasonable defaults */
165 ZERO_STRUCTP(context
237 smbc_free_context(SMBCCTX *context, int shutdown_ctx) argument
339 smbc_option_set(SMBCCTX *context, char *option_name, ... ) argument
426 smbc_option_get(SMBCCTX *context, char *option_name) argument
545 smbc_init_context(SMBCCTX *context) argument
717 smbc_set_credentials_with_fallback(SMBCCTX *context, const char *workgroup, const char *user, const char *password) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dinit.h36 void context_clear (struct context *c);
37 void context_clear_1 (struct context *c);
38 void context_clear_2 (struct context *c);
39 void context_init_1 (struct context *c);
40 void context_clear_all_except_first_time (struct context *c);
48 void init_verb_mute (struct context *c, unsigned int flags);
60 void init_instance_handle_signals (struct context *c, const struct env_set *env, const unsigned int flags);
62 void init_instance (struct context *c, const struct env_set *env, const unsigned int flags);
71 void close_instance (struct context *c);
75 void context_gc_free (struct context *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dinit.h36 void context_clear (struct context *c);
37 void context_clear_1 (struct context *c);
38 void context_clear_2 (struct context *c);
39 void context_init_1 (struct context *c);
40 void context_clear_all_except_first_time (struct context *c);
48 void init_verb_mute (struct context *c, unsigned int flags);
60 void init_instance_handle_signals (struct context *c, const struct env_set *env, const unsigned int flags);
62 void init_instance (struct context *c, const struct env_set *env, const unsigned int flags);
71 void close_instance (struct context *c);
75 void context_gc_free (struct context *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dinit.h36 void context_clear (struct context *c);
37 void context_clear_1 (struct context *c);
38 void context_clear_2 (struct context *c);
39 void context_init_1 (struct context *c);
40 void context_clear_all_except_first_time (struct context *c);
48 void init_verb_mute (struct context *c, unsigned int flags);
60 void init_instance_handle_signals (struct context *c, const struct env_set *env, const unsigned int flags);
62 void init_instance (struct context *c, const struct env_set *env, const unsigned int flags);
71 void close_instance (struct context *c);
75 void context_gc_free (struct context *
[all...]

Completed in 142 milliseconds

1234567891011>>