| /kernel/linux/common_modules/qos_auth/auth_ctl/ |
| D | auth_ctrl.c | 59 static void change_to_super(struct auth_struct *auth) in change_to_super() 70 static void init_authority_record(struct auth_struct *auth) in init_authority_record() 93 void get_auth_struct(struct auth_struct *auth) in get_auth_struct() 98 static void __put_auth_struct(struct auth_struct *auth) in __put_auth_struct() 111 void put_auth_struct(struct auth_struct *auth) in put_auth_struct() 155 struct auth_struct *auth = (struct auth_struct *)p; in authority_remove_handler() local 323 struct auth_struct *auth; in auth_switch() local 507 static unsigned int auth_flag(struct auth_struct *auth, unsigned int type) in auth_flag() 527 struct auth_struct *auth; in check_authorized() local 586 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 | 36 void remove_qos_tasks(struct auth_struct *auth) in remove_qos_tasks() 116 void qos_switch(struct auth_struct *auth, int target_status) in qos_switch() 191 struct auth_struct *auth; in can_change_qos() local 205 struct auth_struct *auth; in qos_apply() local 304 struct auth_struct *auth; in qos_leave() local 427 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-6.6/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 124 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv() local 226 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt_tail() local 274 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt() local 324 struct crypto_ahash *auth; in crypto_authenc_esn_init_tfm() local 393 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 283 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_decrypt() local 310 struct crypto_ahash *auth; in crypto_authenc_init_tfm() local 376 struct hash_alg_common *auth; in crypto_authenc_create() local
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| D | auth.c | 224 struct rpc_auth *auth = ERR_PTR(-EINVAL); in rpcauth_create() local 247 rpcauth_release(struct rpc_auth *auth) in rpcauth_release() 288 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() 407 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache() 514 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 578 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() 593 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred() 609 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_root_cred() local 625 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_machine_cred() local 641 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() 43 static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth, in unx_lookup_cred() 175 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()
|
| D | auth_tls.c | 80 static void tls_destroy(struct rpc_auth *auth) in tls_destroy() 84 static struct rpc_cred *tls_lookup_cred(struct rpc_auth *auth, in tls_lookup_cred()
|
| /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-6.6/arch/powerpc/platforms/pseries/ |
| D | plpks.c | 173 struct plpks_auth *auth; in construct_auth() local 392 struct plpks_auth *auth) in plpks_confirm_object_flushed() 433 struct plpks_auth *auth; in plpks_signed_update_var() local 487 struct plpks_auth *auth; in plpks_write_var() local 526 struct plpks_auth *auth; in plpks_remove_var() local 560 struct plpks_auth *auth; in plpks_read_var() local
|
| /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-6.6/drivers/target/iscsi/ |
| D | iscsi_target_auth.c | 139 struct iscsi_node_auth *auth, in chap_server_open() 242 struct iscsi_node_auth *auth, in chap_server_compute_hash() 573 struct iscsi_node_auth *auth, in chap_main_loop()
|
| /kernel/linux/linux-6.6/net/ceph/ |
| D | auth.c | 309 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()
|
| /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-6.6/drivers/gpu/drm/ |
| D | drm_auth.c | 96 struct drm_auth *auth = data; in drm_getmagic() local 117 struct drm_auth *auth = data; in drm_authmagic() local
|
| /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()
|
| /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()
|
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| D | auth.h | 144 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()
|
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 265 struct gss_auth *auth; member 315 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid, const struct gss_auth *auth) in __gss_find_upcall() 1033 struct rpc_auth * auth; in gss_create_new() local 1143 gss_destroy(struct rpc_auth *auth) in gss_destroy() 1375 static struct rpc_cred *gss_lookup_cred(struct rpc_auth *auth, in gss_lookup_cred() 1383 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred() 1408 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init() 1615 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() local 1954 struct rpc_auth *auth = cred->cr_auth; in gss_update_rslack() local
|
| /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
|