Searched refs:auth (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth.c2 /* dbus-auth.c Authentication
25 #include "dbus-auth.h"
52 * per-auth (which raises threadsafety issues too)
54 * @todo grep FIXME in dbus-auth.c
70 typedef dbus_bool_t (* DBusInitialResponseFunction) (DBusAuth *auth,
77 typedef dbus_bool_t (* DBusAuthDataFunction) (DBusAuth *auth,
83 typedef dbus_bool_t (* DBusAuthEncodeFunction) (DBusAuth *auth,
90 typedef dbus_bool_t (* DBusAuthDecodeFunction) (DBusAuth *auth,
97 typedef void (* DBusAuthShutdownFunction) (DBusAuth *auth);
100 * Virtual table representing a particular auth mechanis
340 DBusAuth *auth; local
418 shutdown_mech(DBusAuth *auth) argument
450 sha1_compute_hash(DBusAuth *auth, int cookie_id, const DBusString *server_challenge, const DBusString *client_challenge, DBusString *hash) argument
519 sha1_handle_first_client_response(DBusAuth *auth, const DBusString *data) argument
670 sha1_handle_second_client_response(DBusAuth *auth, const DBusString *data) argument
777 handle_server_data_cookie_sha1_mech(DBusAuth *auth, const DBusString *data) argument
787 handle_server_shutdown_cookie_sha1_mech(DBusAuth *auth) argument
794 handle_client_initial_response_cookie_sha1_mech(DBusAuth *auth, DBusString *response) argument
822 handle_client_data_cookie_sha1_mech(DBusAuth *auth, const DBusString *data) argument
1009 handle_client_shutdown_cookie_sha1_mech(DBusAuth *auth) argument
1020 handle_server_data_external_mech(DBusAuth *auth, const DBusString *data) argument
1136 handle_server_shutdown_external_mech(DBusAuth *auth) argument
1142 handle_client_initial_response_external_mech(DBusAuth *auth, DBusString *response) argument
1173 handle_client_data_external_mech(DBusAuth *auth, const DBusString *data) argument
1181 handle_client_shutdown_external_mech(DBusAuth *auth) argument
1191 handle_server_data_anonymous_mech(DBusAuth *auth, const DBusString *data) argument
1234 handle_server_shutdown_anonymous_mech(DBusAuth *auth) argument
1240 handle_client_initial_response_anonymous_mech(DBusAuth *auth, DBusString *response) argument
1273 handle_client_data_anonymous_mech(DBusAuth *auth, const DBusString *data) argument
1281 handle_client_shutdown_anonymous_mech(DBusAuth *auth) argument
1352 send_auth(DBusAuth *auth, const DBusAuthMechanismHandler *mech) argument
1412 send_data(DBusAuth *auth, DBusString *data) argument
1441 send_rejected(DBusAuth *auth) argument
1496 send_error(DBusAuth *auth, const char *message) argument
1503 send_ok(DBusAuth *auth) argument
1527 send_begin(DBusAuth *auth) argument
1539 process_ok(DBusAuth *auth, const DBusString *args_from_ok) argument
1582 send_cancel(DBusAuth *auth) argument
1594 process_data(DBusAuth *auth, const DBusString *args, DBusAuthDataFunction data_func) argument
1638 send_negotiate_unix_fd(DBusAuth *auth) argument
1649 send_agree_unix_fd(DBusAuth *auth) argument
1665 handle_auth(DBusAuth *auth, const DBusString *args) argument
1735 handle_server_state_waiting_for_auth(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
1768 handle_server_state_waiting_for_data(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
1801 handle_server_state_waiting_for_begin(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
1859 record_mechanisms(DBusAuth *auth, const DBusString *args) argument
1937 process_rejected(DBusAuth *auth, const DBusString *args) argument
1976 handle_client_state_waiting_for_data(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
2008 handle_client_state_waiting_for_ok(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
2036 handle_client_state_waiting_for_reject(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
2061 handle_client_state_waiting_for_agree_unix_fd(DBusAuth *auth, DBusAuthCommand command, const DBusString *args) argument
2128 goto_state(DBusAuth *auth, const DBusAuthStateData *state) argument
2141 process_command(DBusAuth *auth) argument
2249 DBusAuth *auth; local
2295 DBusAuth *auth; local
2331 _dbus_auth_ref(DBusAuth *auth) argument
2346 _dbus_auth_unref(DBusAuth *auth) argument
2396 _dbus_auth_set_mechanisms(DBusAuth *auth, const char **mechanisms) argument
2431 _dbus_auth_do_work(DBusAuth *auth) argument
2475 _dbus_auth_get_bytes_to_send(DBusAuth *auth, const DBusString **str) argument
2500 _dbus_auth_bytes_sent(DBusAuth *auth, int bytes_sent) argument
2520 _dbus_auth_get_buffer(DBusAuth *auth, DBusString **buffer) argument
2539 _dbus_auth_return_buffer(DBusAuth *auth, DBusString *buffer, int bytes_read) argument
2559 _dbus_auth_get_unused_bytes(DBusAuth *auth, const DBusString **str) argument
2576 _dbus_auth_delete_unused_bytes(DBusAuth *auth) argument
2593 _dbus_auth_needs_encoding(DBusAuth *auth) argument
2620 _dbus_auth_encode_data(DBusAuth *auth, const DBusString *plaintext, DBusString *encoded) argument
2652 _dbus_auth_needs_decoding(DBusAuth *auth) argument
2683 _dbus_auth_decode_data(DBusAuth *auth, const DBusString *encoded, DBusString *plaintext) argument
2715 _dbus_auth_set_credentials(DBusAuth *auth, DBusCredentials *credentials) argument
2733 _dbus_auth_get_identity(DBusAuth *auth) argument
2757 _dbus_auth_get_guid_from_server(DBusAuth *auth) argument
2776 _dbus_auth_set_context(DBusAuth *auth, const DBusString *context) argument
2791 _dbus_auth_set_unix_fd_possible(DBusAuth *auth, dbus_bool_t b) argument
2803 _dbus_auth_get_unix_fd_negotiated(DBusAuth *auth) argument
[all...]
H A Ddbus-auth.h2 /* dbus-auth.h Authentication
46 DBusAuth* _dbus_auth_ref (DBusAuth *auth);
47 void _dbus_auth_unref (DBusAuth *auth);
48 dbus_bool_t _dbus_auth_set_mechanisms (DBusAuth *auth,
50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
51 dbus_bool_t _dbus_auth_get_bytes_to_send (DBusAuth *auth,
53 void _dbus_auth_bytes_sent (DBusAuth *auth,
55 void _dbus_auth_get_buffer (DBusAuth *auth,
57 void _dbus_auth_return_buffer (DBusAuth *auth,
60 void _dbus_auth_get_unused_bytes (DBusAuth *auth,
[all...]
H A Ddbus-auth-script.c2 /* dbus-auth-script.c Test DBusAuth using a special script file (internal to D-Bus implementation)
27 #include "dbus-auth-script.h"
28 #include "dbus-auth.h"
213 auth_set_unix_credentials(DBusAuth *auth, argument
228 _dbus_auth_set_credentials (auth, credentials);
234 * Runs an "auth script" which is a script for testing the
251 DBusAuth *auth; local
258 auth = NULL;
298 if (auth != NULL)
300 while ((state = _dbus_auth_do_work (auth))
[all...]
H A Ddbus-transport-protected.h30 #include <dbus/dbus-auth.h>
90 DBusAuth *auth; /**< Authentication conversation */ member in struct:DBusTransport
114 unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */
118 unsigned int unused_bytes_recovered : 1; /**< #TRUE if we've recovered unused bytes from auth */
142 _dbus_auth_get_unix_fd_negotiated((x)->auth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestsslproxy5 for auth in A B C BC; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestsslproxy5 for auth in A B C BC; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestsslproxy5 for auth in A B C BC; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/
H A DMakefile.am15 SUBDIRS = auth-pam down-root
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/auth-pam/
H A DMakefile.am15 plugin_LTLIBRARIES = openvpn-plugin-auth-pam.la
16 dist_doc_DATA = README.auth-pam
20 auth-pam.c \
22 auth-pam.exports
26 -export-symbols "$(srcdir)/auth-pam.exports" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_auth.c144 struct drm_auth *auth = data; local
148 auth->magic = file_priv->magic;
154 auth->magic = sequence++;
156 } while (drm_find_file(file_priv->master, auth->magic));
157 file_priv->magic = auth->magic;
158 drm_add_magic(file_priv->master, file_priv, auth->magic);
161 DRM_DEBUG("%u\n", auth->magic);
180 struct drm_auth *auth = data; local
183 DRM_DEBUG("%u\n", auth->magic);
184 if ((file = drm_find_file(file_priv->master, auth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/
H A Ddebug-allow-all-sha1.conf1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
9 <auth>DBUS_COOKIE_SHA1</auth>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dutil.c39 ret = kerberos_set_password(ads->auth.kdc_server, host_principal, password, host_principal, new_password, ads->auth.time_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h30 HTTP_AUTH_BASIC, /**< HTTP 1.0 Basic auth from RFC 1945
32 HTTP_AUTH_DIGEST, /**< HTTP 1.1 Digest auth from RFC 2617 */
54 * The currently chosen auth type.
69 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dsendserver.c33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) argument
42 buf = auth->data;
107 vector = (char *)auth->vector;
143 memcpy ((char *) md5buf + secretlen, (char *) auth->vector,
200 AUTH_HDR *auth, *recv_auth; local
262 auth = (AUTH_HDR *) send_buffer;
263 auth->code = data->code;
264 auth->id = data->seq_nbr;
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
270 auth
395 rc_check_reply(AUTH_HDR *auth, int bufferlen, char *secret, unsigned char *vector, unsigned char seq_nbr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_pam.c4 Winbind daemon - pam auth funcions
37 state->response.data.auth.info3.logon_time =
39 state->response.data.auth.info3.logoff_time =
41 state->response.data.auth.info3.kickoff_time =
43 state->response.data.auth.info3.pass_last_set_time =
45 state->response.data.auth.info3.pass_can_change_time =
47 state->response.data.auth.info3.pass_must_change_time =
50 state->response.data.auth.info3.logon_count = info3->logon_count;
51 state->response.data.auth.info3.bad_pw_count = info3->bad_pw_count;
53 state->response.data.auth
[all...]
H A Dpam_winbind.h140 const char *ntstatus = x.data.auth.nt_status_string; \
147 if (x.data.auth.error_string[0] != '\0') {\
148 _make_remark(h, f, PAM_ERROR_MSG, x.data.auth.error_string);\
156 const char *ntstatus = x.data.auth.nt_status_string; \
164 if (x.data.auth.error_string[0] != '\0') {\
165 _make_remark(h, f, PAM_ERROR_MSG, x.data.auth.error_string);\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth.c2 * linux/net/sunrpc/auth.c
128 struct rpc_auth *auth; local
132 auth = ERR_PTR(-EINVAL);
137 request_module("rpc-auth-%u", flavor);
145 auth = ops->create(clnt, pseudoflavor);
147 if (IS_ERR(auth))
148 return auth;
151 clnt->cl_auth = auth;
154 return auth;
159 rpcauth_release(struct rpc_auth *auth) argument
195 rpcauth_init_credcache(struct rpc_auth *auth) argument
270 rpcauth_destroy_credcache(struct rpc_auth *auth) argument
349 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, int flags) argument
416 rpcauth_lookupcred(struct rpc_auth *auth, int flags) argument
436 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, struct rpc_auth *auth, const struct rpc_credops *ops) argument
464 struct rpc_auth *auth = task->tk_client->cl_auth; local
478 struct rpc_auth *auth = task->tk_client->cl_auth; local
[all...]
H A Dauth_generic.c12 #include <linux/sunrpc/auth.h>
60 struct rpc_auth *auth = task->tk_client->cl_auth; local
63 return auth->au_ops->lookup_cred(auth, acred, lookupflags);
70 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
76 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h30 HTTP_AUTH_BASIC, /**< HTTP 1.0 Basic auth from RFC 1945
32 HTTP_AUTH_DIGEST, /**< HTTP 1.1 Digest auth from RFC 2617 */
44 char stale[10]; /**< The server indicated that the auth was ok,
57 * The currently chosen auth type.
76 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
H A Dgopher.c81 char hostname[1024], auth[1024], path[1024], buf[1024]; local
87 av_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_sec.h29 int (*auth)(void *, struct connectdata *); member in struct:Curl_sec_client_mech
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/auth/
H A Dauth_skel.c51 (*auth_method)->auth = check_skel_security;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A DMakefile.am216 data/auth/anonymous-client-successful.auth-script \
217 data/auth/anonymous-server-successful.auth-script \
218 data/auth/cancel.auth-script \
219 data/auth/client-out-of-mechanisms.auth-script \
220 data/auth/external-failed.auth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dauthenc.c29 struct crypto_ahash_spawn auth; member in struct:authenc_instance_ctx
35 struct crypto_ahash *auth; member in struct:crypto_authenc_ctx
61 struct crypto_ahash *auth = ctx->auth; local
85 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK);
86 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) &
88 err = crypto_ahash_setkey(auth, key, authkeylen);
89 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) &
265 struct crypto_ahash *auth = ctx->auth; local
304 struct crypto_ahash *auth = ctx->auth; local
553 struct crypto_ahash *auth; local
601 struct hash_alg_common *auth; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_builtin.c30 * Typically used as the first module in the auth chain, this allows
59 (*auth_method)->auth = check_guest_security;
111 (*auth_method)->auth = check_name_to_ntstatus_security;
160 (*auth_method)->auth = check_fixed_challenge_security;

Completed in 291 milliseconds

1234567891011>>