Searched refs:auth (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ceph/ |
| A D | auth.h | 28 int (*sign_message)(struct ceph_auth_handshake *auth, 63 struct ceph_auth_handshake *auth); 66 struct ceph_auth_handshake *auth); 128 struct ceph_auth_handshake *auth, 147 if (auth->sign_message) in ceph_auth_sign_message() 148 return auth->sign_message(auth, msg); in ceph_auth_sign_message() 156 if (auth->check_message_signature) in ceph_auth_check_message_signature() 157 return auth->check_message_signature(auth, msg); in ceph_auth_check_message_signature() 174 struct ceph_auth_handshake *auth, 177 struct ceph_auth_handshake *auth, [all …]
|
| A D | ceph_debug.h | 26 &client->fsid, client->monc.auth->global_id, \ 35 client->monc.auth->global_id, \ 47 client->monc.auth->global_id, __func__, ##__VA_ARGS__) 53 client->monc.auth->global_id, ##__VA_ARGS__) 56 client->monc.auth->global_id, ##__VA_ARGS__) 59 client->monc.auth->global_id, ##__VA_ARGS__) 62 client->monc.auth->global_id, ##__VA_ARGS__) 65 client->monc.auth->global_id, ##__VA_ARGS__) 68 client->monc.auth->global_id, ##__VA_ARGS__) 71 client->monc.auth->global_id, ##__VA_ARGS__)
|
| A D | mon_client.h | 77 struct ceph_auth_client *auth; member
|
| A D | messenger.h | 333 struct ceph_auth_handshake *auth; member
|
| A D | ceph_fs.h | 602 __le32 auth; /* auth mds, if this is a delegation point */ member
|
| /include/trace/events/ |
| A D | rpcgss.h | 457 const struct rpc_auth *auth 460 TP_ARGS(task, auth), 466 __field(const void *, auth) 476 __entry->auth = auth; 477 __entry->rslack = auth->au_rslack; 478 __entry->ralign = auth->au_ralign; 479 __entry->verfsize = auth->au_verfsize; 485 __entry->auth, __entry->rslack, __entry->ralign,
|
| /include/net/sctp/ |
| A D | auth.h | 93 struct sk_buff *skb, struct sctp_auth_chunk *auth,
|
| A D | structs.h | 657 auth:1, /* IN: was auth'ed | OUT: needs auth */ member 726 struct sctp_chunk *auth; member
|
| /include/linux/ |
| A D | tpm.h | 215 struct tpm2_auth *auth; member 520 return chip->auth; in tpm2_chip_auth()
|
| A D | ieee80211.h | 1403 } __packed auth; member
|
| /include/uapi/drm/ |
| A D | drm.h | 238 int auth; /**< Is client authenticated? */ member
|
| /include/net/ |
| A D | xfrm.h | 1591 struct xfrm_algo_auth_info auth; member
|
| A D | cfg80211.h | 4858 int (*auth)(struct wiphy *wiphy, struct net_device *dev, member
|
Completed in 81 milliseconds