Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 19 of 19) sorted by relevance

/net/sunrpc/
Dauth.c255 struct rpc_auth *auth; in rpcauth_create() local
286 rpcauth_release(struct rpc_auth *auth) in rpcauth_release()
322 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache()
397 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache()
478 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
544 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred()
565 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred()
592 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_root_cred() local
606 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_new_cred() local
Dauth_generic.c62 struct rpc_auth *auth = task->tk_client->cl_auth; in generic_bind_cred() local
72 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred()
78 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_create_cred()
Dauth_unix.c45 unx_destroy(struct rpc_auth *auth) in unx_destroy()
55 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred()
61 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_create_cred()
Dauth_null.c28 nul_destroy(struct rpc_auth *auth) in nul_destroy()
36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred()
Dclnt.c297 struct rpc_auth *auth; in rpc_new_client() local
/net/sunrpc/auth_gss/
Dauth_gss.c261 struct gss_auth *auth; member
800 static void gss_pipes_dentries_destroy(struct rpc_auth *auth) in gss_pipes_dentries_destroy()
811 static int gss_pipes_dentries_create(struct rpc_auth *auth) in gss_pipes_dentries_create()
840 struct rpc_auth *auth) in gss_pipes_dentries_destroy_net()
854 struct rpc_auth *auth) in gss_pipes_dentries_create_net()
877 struct rpc_auth * auth; in gss_create() local
967 gss_destroy(struct rpc_auth *auth) in gss_destroy()
1079 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1085 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred()
1117 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init()
[all …]
/net/ceph/
Dauth_x.c413 struct ceph_x_authenticate *auth = (void *)(head + 1); in ceph_x_build_request() local
530 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer()
561 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer()
Dauth_none.c62 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
Dauth.c284 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer()
Dmessenger.c1321 struct ceph_auth_handshake *auth; in get_connect_authorizer() local
1362 struct ceph_auth_handshake *auth; in prepare_write_connect() local
Dosd_client.c2554 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() local
/net/sctp/
Doutput.c203 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local
402 unsigned char *auth = NULL; /* pointer to auth in skb data */ in sctp_packet_transmit() local
Dauth.c717 struct sctp_auth_chunk *auth, in sctp_auth_calculate_hmac()
Dsm_statefuns.c765 struct sctp_chunk auth; in sctp_sf_do_5_1D_ce() local
/net/bluetooth/
Dsmp.c293 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
574 u8 auth = SMP_AUTH_NONE; in smp_cmd_pairing_req() local
628 u8 key_size, auth = SMP_AUTH_NONE; in smp_cmd_pairing_rsp() local
Dhci_core.c662 __u8 auth = opt; in hci_auth_req() local
/net/mac80211/
Dibss.c302 bool auth) in ieee80211_ibss_finish_sta()
337 u32 supp_rates, bool auth) in ieee80211_ibss_add_sta()
/net/wireless/
Dlib80211_crypt_ccmp.c113 u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) in ccmp_init_blocks()
/net/xfrm/
Dxfrm_user.c761 static int copy_to_user_auth(struct xfrm_algo_auth *auth, struct sk_buff *skb) in copy_to_user_auth()