Home
last modified time | relevance | path

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

1234

/linux/crypto/
A Dauthencesn.c26 struct crypto_ahash_spawn auth; member
32 struct crypto_ahash *auth; member
62 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_setkey() local
92 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv_tail() local
125 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv() local
228 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt_tail() local
277 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt() local
327 struct crypto_ahash *auth; in crypto_authenc_esn_init_tfm() local
396 struct hash_alg_common *auth; in crypto_authenc_esn_create() local
A Dauthenc.c23 struct crypto_ahash_spawn auth; member
29 struct crypto_ahash *auth; member
88 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_setkey() local
138 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_genicv() local
285 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_decrypt() local
312 struct crypto_ahash *auth; in crypto_authenc_init_tfm() local
378 struct hash_alg_common *auth; in crypto_authenc_create() local
/linux/net/sunrpc/
A 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 …]
A 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
A 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()
/linux/drivers/target/iscsi/
A Discsi_target_auth.c139 struct iscsi_node_auth *auth, in chap_server_open()
210 struct iscsi_node_auth *auth, in chap_server_compute_hash()
501 struct iscsi_node_auth *auth, in chap_main_loop()
/linux/net/ceph/
A 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()
A 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()
A Dauth_none.c95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
/linux/drivers/gpu/drm/
A Ddrm_auth.c96 struct drm_auth *auth = data; in drm_getmagic() local
117 struct drm_auth *auth = data; in drm_authmagic() local
/linux/include/linux/ceph/
A Dauth.h144 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message()
153 int ceph_auth_check_message_signature(struct ceph_auth_handshake *auth, in ceph_auth_check_message_signature()
A Dmon_client.h77 struct ceph_auth_client *auth; member
/linux/net/sunrpc/auth_gss/
A 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()
1001 struct rpc_auth * auth; in gss_create_new() local
1109 gss_destroy(struct rpc_auth *auth) in gss_destroy()
1342 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1348 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred()
1373 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init()
1580 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() local
1917 struct rpc_auth *auth = cred->cr_auth; in gss_update_rslack() local
/linux/net/sctp/
A Doutput.c245 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local
439 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
/linux/crypto/asymmetric_keys/
A Dpkcs7_verify.c204 struct asymmetric_key_id *auth; in pkcs7_verify_sig_chain() local
A Dasymmetric_type.c441 void *auth = key->payload.data[asym_auth]; in asymmetric_key_destroy() local
/linux/net/bluetooth/
A 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
1129 u8 key_type, auth; in sc_add_ltk() local
1737 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local
1928 u8 key_size, auth; in smp_cmd_pairing_rsp() local
2050 u8 auth; in fixup_sc_false_positive() local
2292 u8 sec_level, auth; in smp_cmd_security_req() local
/linux/arch/s390/kernel/
A Dperf_cpum_cf.c172 static size_t cfdiag_getctr(void *data, size_t sz, unsigned long auth, in cfdiag_getctr()
211 static int cfdiag_diffctr(struct cpu_cf_events *cpuhw, unsigned long auth) in cfdiag_diffctr()
1296 unsigned long auth = 0; in get_authctrsets() local
/linux/fs/ceph/
A Dmds_client.c5151 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_authorizer() local
5178 struct ceph_auth_handshake *auth = &s->s_auth; in mds_verify_authorizer_reply() local
5202 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_auth_request() local
5222 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_reply_more() local
5242 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_done() local
5294 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message() local
5302 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature() local
/linux/fs/ubifs/
A Dauth.c66 struct ubifs_auth_node *auth = node; in ubifs_prepare_auth_node() local
A Dgc.c411 struct ubifs_auth_node *auth; in move_nodes() local
/linux/drivers/net/wireless/ath/ath6kl/
A Dmain.c63 u8 ucipher, u8 auth, u8 apsd_info) in ath6kl_add_new_sta()
424 u8 keymgmt, u8 ucipher, u8 auth, in ath6kl_connect_ap_mode_sta()
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_80211.h23 } __packed auth; member
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
A Dsysman.c94 char *auth = buffer + sizeof(u32) * 2; in populate_security_buffer() local
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Devent.c560 struct cfg80211_external_auth_params auth = {0}; in qtnf_event_handle_external_auth() local

Completed in 67 milliseconds

1234