/kernel/linux/common_modules/qos_auth/auth_ctl/ |
D | auth_ctrl.c | 61 static void change_to_super(struct auth_struct *auth) in change_to_super() 72 static void init_authority_record(struct auth_struct *auth) in init_authority_record() 95 void get_auth_struct(struct auth_struct *auth) in get_auth_struct() 100 static void __put_auth_struct(struct auth_struct *auth) in __put_auth_struct() 113 void put_auth_struct(struct auth_struct *auth) in put_auth_struct() 151 struct auth_struct *auth = (struct auth_struct *)p; in authority_remove_handler() local 319 struct auth_struct *auth; in auth_switch() local 503 static unsigned int auth_flag(struct auth_struct *auth, unsigned int type) in auth_flag() 523 struct auth_struct *auth; in check_authorized() local 569 struct auth_struct *auth; in get_authority() local
|
D | auth_qos_debug.c | 42 const struct auth_struct *auth) in print_auth_info() 54 const struct auth_struct *auth) in print_qos_count() 63 const struct auth_struct *auth) in print_qos_thread() 80 static inline void print_auth_struct(struct seq_file *file, struct auth_struct *auth) in print_auth_struct() 95 struct auth_struct *auth = (struct auth_struct *)p; in authority_printf_handler() local
|
D | qos_ctrl.c | 34 void remove_qos_tasks(struct auth_struct *auth) in remove_qos_tasks() 114 void qos_switch(struct auth_struct *auth, int target_status) in qos_switch() 205 struct auth_struct *auth; in qos_apply() local 299 struct auth_struct *auth; in qos_leave() local 395 struct auth_struct *auth; in sched_exit_qos_list() local
|
/kernel/linux/linux-5.10/crypto/ |
D | authencesn.c | 26 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
|
D | authenc.c | 23 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
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | auth.c | 227 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 …]
|
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()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 139 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_auth.c | 66 struct drm_auth *auth = data; in drm_getmagic() local 87 struct drm_auth *auth = data; in drm_authmagic() local
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/ceph/ |
D | auth_x.c | 502 struct ceph_x_authenticate *auth = (void *)(head + 1); in ceph_x_build_request() local 628 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()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | auth_gss.c | 248 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
|
/kernel/linux/linux-5.10/net/sctp/ |
D | output.c | 220 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local 410 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | pkcs7_verify.c | 199 struct asymmetric_key_id *auth; in pkcs7_verify_sig_chain() local
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | smp.c | 850 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request() 1009 u8 stk[16], auth; in smp_random() local 1128 u8 key_type, auth; in sc_add_ltk() local 1734 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local 1925 u8 key_size, auth; in smp_cmd_pairing_rsp() local 2047 u8 auth; in fixup_sc_false_positive() local 2286 u8 sec_level, auth; in smp_cmd_security_req() local
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | auth.c | 67 struct ubifs_auth_node *auth = node; in ubifs_prepare_auth_node() local
|
D | gc.c | 411 struct ubifs_auth_node *auth; in move_nodes() local
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211.h | 23 } __packed auth; member
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | common.c | 152 __be32 auth[SHA256_DIGEST_SIZE / sizeof(__be32)] = {0}; in qce_setup_regs_ahash() local
|