Home
last modified time | relevance | path

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

/net/sunrpc/
Dauth.c227 struct rpc_auth *auth = ERR_PTR(-EINVAL); in rpcauth_create() local
250 rpcauth_release(struct rpc_auth *auth) in rpcauth_release()
291 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache()
410 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache()
517 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
581 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred()
596 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred()
612 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_root_cred() local
626 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_machine_cred() local
640 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_new_cred() local
[all …]
Dauth_unix.c36 unx_destroy(struct rpc_auth *auth) in unx_destroy()
44 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred()
167 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate() local
Dauth_null.c29 nul_destroy(struct rpc_auth *auth) in nul_destroy()
37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred()
Dclnt.c302 struct rpc_auth *auth; in rpc_client_register() local
1779 const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in call_allocate() local
/net/ceph/
Dauth.c309 struct ceph_auth_handshake *auth, in __ceph_auth_get_authorizer()
548 struct ceph_auth_handshake *auth, in ceph_auth_get_authorizer()
578 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_more()
602 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_done()
Dauth_x.c507 struct ceph_x_authenticate *auth = (void *)(head + 1); in ceph_x_build_request() local
736 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer()
771 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer()
1027 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message()
1046 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
Dauth_none.c95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
Dosd_client.c5535 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer() local
5562 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply() local
5585 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request() local
5605 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more() local
5625 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done() local
5664 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() local
5672 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature() local
Dmessenger_v1.c330 struct ceph_auth_handshake *auth; in get_connect_authorizer() local
/net/sunrpc/auth_gss/
Dauth_gss.c248 struct gss_auth *auth; member
298 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid, const struct gss_auth *auth) in __gss_find_upcall()
1016 struct rpc_auth * auth; in gss_create_new() local
1124 gss_destroy(struct rpc_auth *auth) in gss_destroy()
1357 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1363 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred()
1388 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init()
1595 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() local
1932 struct rpc_auth *auth = cred->cr_auth; in gss_update_rslack() local
/net/sctp/
Doutput.c245 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local
439 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
Dauth.c708 struct sk_buff *skb, struct sctp_auth_chunk *auth, in sctp_auth_calculate_hmac()
Dsm_statefuns.c637 struct sctp_chunk auth; in sctp_auth_chunk_verify() local
/net/bluetooth/
Dsmp.c849 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
1010 u8 stk[16], auth; in smp_random() local
1136 u8 key_type, auth; in sc_add_ltk() local
1744 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local
1935 u8 key_size, auth; in smp_cmd_pairing_rsp() local
2057 u8 auth; in fixup_sc_false_positive() local
2299 u8 sec_level, auth; in smp_cmd_security_req() local
Dhci_core.c1018 __u8 auth = opt; in hci_auth_req() local
/net/xfrm/
Dxfrm_user.c865 static int copy_to_user_auth(struct xfrm_algo_auth *auth, struct sk_buff *skb) in copy_to_user_auth()