| /Linux-v5.4/crypto/ | 
| D | authencesn.c | 26 	struct crypto_ahash_spawn auth;  member32 	struct crypto_ahash *auth;  member
 62 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_setkey()  local
 102 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_genicv_tail()  local
 135 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_genicv()  local
 238 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_decrypt_tail()  local
 287 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_esn_decrypt()  local
 337 	struct crypto_ahash *auth;  in crypto_authenc_esn_init_tfm()  local
 405 	struct hash_alg_common *auth;  in crypto_authenc_esn_create()  local
 
 | 
| D | authenc.c | 23 	struct crypto_ahash_spawn auth;  member29 	struct crypto_ahash *auth;  member
 88 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_setkey()  local
 148 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_genicv()  local
 295 	struct crypto_ahash *auth = ctx->auth;  in crypto_authenc_decrypt()  local
 322 	struct crypto_ahash *auth;  in crypto_authenc_init_tfm()  local
 387 	struct hash_alg_common *auth;  in crypto_authenc_create()  local
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | auth.c | 276 	struct rpc_auth	*auth = ERR_PTR(-EINVAL);  in rpcauth_create()  local299 rpcauth_release(struct rpc_auth *auth)  in rpcauth_release()
 340 rpcauth_init_credcache(struct rpc_auth *auth)  in rpcauth_init_credcache()
 459 rpcauth_destroy_credcache(struct rpc_auth *auth)  in rpcauth_destroy_credcache()
 566 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,  in rpcauth_lookup_credcache()
 630 rpcauth_lookupcred(struct rpc_auth *auth, int flags)  in rpcauth_lookupcred()
 645 		  struct rpc_auth *auth, const struct rpc_credops *ops)  in rpcauth_init_cred()
 661 	struct rpc_auth *auth = task->tk_client->cl_auth;  in rpcauth_bind_root_cred()  local
 675 	struct rpc_auth *auth = task->tk_client->cl_auth;  in rpcauth_bind_machine_cred()  local
 689 	struct rpc_auth *auth = task->tk_client->cl_auth;  in rpcauth_bind_new_cred()  local
 [all …]
 
 | 
| D | auth_unix.c | 36 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
 
 | 
| D | auth_null.c | 29 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-v5.4/drivers/target/iscsi/ | 
| D | iscsi_target_auth.c | 92 	struct iscsi_node_auth *auth,  in chap_server_open()151 	struct iscsi_node_auth *auth,  in chap_server_compute_md5()
 413 	struct iscsi_node_auth *auth,  in chap_got_response()
 435 	struct iscsi_node_auth *auth,  in chap_main_loop()
 
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | auth_gss.c | 275 	struct gss_auth *auth;  member325 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid, const struct gss_auth *auth)  in __gss_find_upcall()
 1026 	struct rpc_auth * auth;  in gss_create_new()  local
 1134 gss_destroy(struct rpc_auth *auth)  in gss_destroy()
 1367 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in gss_lookup_cred()
 1373 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp)  in gss_create_cred()
 1398 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred)  in gss_cred_init()
 1605 	struct rpc_auth *auth = oldcred->cr_auth;  in gss_renew_cred()  local
 1930 	struct rpc_auth *auth = cred->cr_auth;  in gss_unwrap_resp_auth()  local
 1944 	struct rpc_auth *auth = cred->cr_auth;  in gss_unwrap_resp_integ()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_auth.c | 66 	struct drm_auth *auth = data;  in drm_getmagic()  local87 	struct drm_auth *auth = data;  in drm_authmagic()  local
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | auth_x.c | 502 		struct ceph_x_authenticate *auth = (void *)(head + 1);  in ceph_x_build_request()  local628 	struct ceph_auth_handshake *auth)  in ceph_x_create_authorizer()
 663 	struct ceph_auth_handshake *auth)  in ceph_x_update_authorizer()
 870 static int ceph_x_sign_message(struct ceph_auth_handshake *auth,  in ceph_x_sign_message()
 889 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth,  in ceph_x_check_message_signature()
 
 | 
| D | auth_none.c | 92 	struct ceph_auth_handshake *auth)  in ceph_auth_none_create_authorizer()
 | 
| D | auth.c | 286 				struct ceph_auth_handshake *auth)  in ceph_auth_create_authorizer()
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | auth.h | 134 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth,  in ceph_auth_sign_message()143 int ceph_auth_check_message_signature(struct ceph_auth_handshake *auth,  in ceph_auth_check_message_signature()
 
 | 
| D | mon_client.h | 77 	struct ceph_auth_client *auth;  member
 | 
| /Linux-v5.4/net/sctp/ | 
| D | output.c | 220 	struct sctp_chunk *auth;  in sctp_packet_bundle_auth()  local410 	struct sctp_auth_chunk *auth = NULL;  in sctp_packet_pack()  local
 
 | 
| /Linux-v5.4/crypto/asymmetric_keys/ | 
| D | pkcs7_verify.c | 205 	struct asymmetric_key_id *auth;  in pkcs7_verify_sig_chain()  local
 | 
| D | asymmetric_type.c | 439 	void *auth = key->payload.data[asym_auth];  in asymmetric_key_destroy()  local
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | perf_cpum_cf_diag.c | 402 static size_t cf_diag_getctr(void *data, size_t sz, unsigned long auth)  in cf_diag_getctr()443 static int cf_diag_diffctr(struct cf_diag_csd *csd, unsigned long auth)  in cf_diag_diffctr()
 
 | 
| /Linux-v5.4/net/bluetooth/ | 
| D | smp.c | 856 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth,  in tk_request()1008 		u8 stk[16], auth;  in smp_random()  local
 1127 	u8 key_type, auth;  in sc_add_ltk()  local
 1733 	u8 key_size, auth, sec_level;  in smp_cmd_pairing_req()  local
 1924 	u8 key_size, auth;  in smp_cmd_pairing_rsp()  local
 2046 	u8 auth;  in fixup_sc_false_positive()  local
 2261 	u8 sec_level, auth;  in smp_cmd_security_req()  local
 
 | 
| /Linux-v5.4/fs/ubifs/ | 
| D | auth.c | 81 	struct ubifs_auth_node *auth = node;  in ubifs_prepare_auth_node()  local
 | 
| D | gc.c | 414 			struct ubifs_auth_node *auth;  in move_nodes()  local
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | main.c | 63 			       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-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_80211.h | 23 		} __packed auth;  member
 | 
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ | 
| D | event.c | 588 	struct cfg80211_external_auth_params auth = {0};  in qtnf_event_handle_external_auth()  local
 | 
| /Linux-v5.4/drivers/hwtracing/coresight/ | 
| D | coresight-tmc.c | 377 	u32 auth = readl_relaxed(drvdata->base + TMC_AUTHSTATUS);  in tmc_etr_has_non_secure_access()  local
 | 
| /Linux-v5.4/drivers/crypto/qce/ | 
| D | common.c | 232 	__be32 auth[SHA256_DIGEST_SIZE / sizeof(__be32)] = {0};  in qce_setup_regs_ahash()  local
 |