Home
last modified time | relevance | path

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

1234567

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c59 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
Dauth_qos_debug.c42 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
Dqos_ctrl.c36 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/
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
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
/kernel/linux/linux-6.6/crypto/
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
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
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
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/
Dauth.c224 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 …]
Dauth_unix.c36 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
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()
Dauth_tls.c80 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/
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 …]
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
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()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
Dplpks.c173 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/
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()
/kernel/linux/linux-6.6/drivers/target/iscsi/
Discsi_target_auth.c139 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/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_auth.c66 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/
Ddrm_auth.c96 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/
Dauth_x.c502 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/
Dauth.h134 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/
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()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
Dauth_gss.c265 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/
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()
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

1234567