Home
last modified time | relevance | path

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

123

/linux/net/sunrpc/
H A 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 …]
H A 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
H 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()
H A 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()
/linux/crypto/
H A Dauthencesn.c25 struct crypto_ahash_spawn auth; member
31 struct crypto_ahash *auth; member
60 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_setkey() local
119 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv() local
206 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt_tail() local
253 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt() local
302 struct crypto_ahash *auth; in crypto_authenc_esn_init_tfm() local
361 struct hash_alg_common *auth; in crypto_authenc_esn_create() local
H A Dauthenc.c22 struct crypto_ahash_spawn auth; member
28 struct crypto_ahash *auth; member
86 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_setkey() local
151 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_genicv() local
285 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_decrypt() local
309 struct crypto_ahash *auth; in crypto_authenc_init_tfm() local
366 struct hash_alg_common *auth; in crypto_authenc_create() local
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c253 struct tpm2_auth *auth; in tpm_buf_append_name() local
370 struct tpm2_auth *auth; in tpm_buf_append_hmac_session() local
490 struct tpm2_auth *auth) in tpm_buf_append_salt()
585 struct tpm2_auth *auth = chip->auth; in tpm_buf_fill_hmac_session() local
762 struct tpm2_auth *auth = chip->auth; in tpm_buf_check_hmac_response() local
896 struct tpm2_auth *auth = chip->auth; in tpm2_end_auth_session() local
907 static int tpm2_parse_start_auth_session(struct tpm2_auth *auth, in tpm2_parse_start_auth_session()
984 struct tpm2_auth *auth; in tpm2_start_auth_session() local
/linux/drivers/target/iscsi/
H A 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()
/linux/net/ceph/
H 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()
H A Dauth_x.c507 struct ceph_x_authenticate *auth = (void *)(head + 1); in ceph_x_build_request() local
738 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer()
773 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer()
1029 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message()
1048 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
H A Dauth_none.c95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
H A Dosd_client.c5558 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer() local
5585 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply() local
5608 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request() local
5628 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more() local
5648 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done() local
5687 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() local
5695 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature() local
/linux/include/linux/ceph/
H 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()
H A Dmon_client.h77 struct ceph_auth_client *auth; member
/linux/net/sunrpc/auth_gss/
H A 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()
1024 struct rpc_auth * auth; in gss_create_new() local
1134 gss_destroy(struct rpc_auth *auth) in gss_destroy()
1366 static struct rpc_cred *gss_lookup_cred(struct rpc_auth *auth, in gss_lookup_cred()
1374 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred()
1399 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init()
1608 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() local
1958 struct rpc_auth *auth = cred->cr_auth; in gss_update_rslack() local
/linux/net/sctp/
H A Doutput.c246 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local
440 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
/linux/net/bluetooth/
H A Dsmp.c850 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
1012 u8 stk[16], auth; in smp_random() local
1136 u8 key_type, auth; in sc_add_ltk() local
1745 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local
1934 u8 key_size, auth; in smp_cmd_pairing_rsp() local
2056 u8 auth; in fixup_sc_false_positive() local
2275 static void smp_send_pairing_req(struct smp_chan *smp, __u8 auth) in smp_send_pairing_req()
2299 u8 sec_level, auth; in smp_cmd_security_req() local
2349 static void smp_send_security_req(struct smp_chan *smp, __u8 auth) in smp_send_security_req()
/linux/fs/ceph/
H A Dmds_client.c5667 struct ceph_mds_cap_auth *auth, in ceph_mds_auth_match()
6355 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_authorizer() local
6382 struct ceph_auth_handshake *auth = &s->s_auth; in mds_verify_authorizer_reply() local
6406 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_auth_request() local
6426 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_reply_more() local
6446 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_done() local
6498 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message() local
6506 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature() local
/linux/drivers/net/wireless/ath/ath6kl/
H 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/fs/ubifs/
H A Dauth.c65 struct ubifs_auth_node *auth = node; in ubifs_prepare_auth_node() local
H A Dgc.c411 struct ubifs_auth_node *auth; in move_nodes() local
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c71 u16 *auth = authbuf; in hp_populate_security_buffer() local
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c93 char *auth = buffer + sizeof(u32) * 2; in populate_security_buffer() local
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c561 struct cfg80211_external_auth_params auth = {0}; in qtnf_event_handle_external_auth() local
/linux/drivers/acpi/
H A Dpfr_update.c293 const struct efi_image_auth *auth; in applicable_image() local

123