Home
last modified time | relevance | path

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

123

/Linux-v4.19/crypto/
Dauthencesn.c31 struct crypto_ahash_spawn auth; member
37 struct crypto_ahash *auth; member
67 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_setkey() local
107 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv_tail() local
140 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_genicv() local
243 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt_tail() local
292 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_esn_decrypt() local
342 struct crypto_ahash *auth; in crypto_authenc_esn_init_tfm() local
410 struct hash_alg_common *auth; in crypto_authenc_esn_create() local
Dauthenc.c28 struct crypto_ahash_spawn auth; member
34 struct crypto_ahash *auth; member
85 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_setkey() local
145 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_genicv() local
292 struct crypto_ahash *auth = ctx->auth; in crypto_authenc_decrypt() local
319 struct crypto_ahash *auth; in crypto_authenc_init_tfm() local
384 struct hash_alg_common *auth; in crypto_authenc_create() local
/Linux-v4.19/net/sunrpc/
Dauth.c258 struct rpc_auth *auth; in rpcauth_create() local
289 rpcauth_release(struct rpc_auth *auth) in rpcauth_release()
325 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache()
352 rpcauth_key_timeout_notify(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_key_timeout_notify()
361 rpcauth_cred_key_to_expire(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_cred_key_to_expire()
432 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache()
548 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
624 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred()
644 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred()
668 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_root_cred() local
[all …]
Dauth_generic.c75 struct rpc_auth *auth = task->tk_client->cl_auth; in generic_bind_cred() local
93 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred()
99 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in generic_create_cred()
226 generic_key_timeout(struct rpc_auth *auth, struct rpc_cred *cred) in generic_key_timeout()
Dauth_unix.c42 unx_destroy(struct rpc_auth *auth) in unx_destroy()
60 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred()
66 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in unx_create_cred()
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()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_auth.c94 struct iscsi_node_auth *auth, in chap_server_open()
159 struct iscsi_node_auth *auth, in chap_server_compute_md5()
422 struct iscsi_node_auth *auth, in chap_got_response()
444 struct iscsi_node_auth *auth, in chap_main_loop()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_auth.c60 struct drm_auth *auth = data; in drm_getmagic() local
81 struct drm_auth *auth = data; in drm_authmagic() local
/Linux-v4.19/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()
Dmon_client.h77 struct ceph_auth_client *auth; member
/Linux-v4.19/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()
Dauth_none.c92 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
Dauth.c286 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c299 struct gss_auth *auth; member
348 __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
1133 gss_destroy(struct rpc_auth *auth) in gss_destroy()
1348 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1354 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred()
1386 gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred) in gss_cred_init()
1585 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() local
/Linux-v4.19/net/sctp/
Doutput.c232 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local
437 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
/Linux-v4.19/crypto/asymmetric_keys/
Dpkcs7_verify.c177 struct asymmetric_key_id *auth; in pkcs7_verify_sig_chain() local
Dasymmetric_type.c442 void *auth = key->payload.data[asym_auth]; in asymmetric_key_destroy() local
/Linux-v4.19/net/bluetooth/
Dsmp.c866 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
1021 u8 stk[16], auth; in smp_random() local
1140 u8 key_type, auth; in sc_add_ltk() local
1754 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local
1945 u8 key_size, auth; in smp_cmd_pairing_rsp() local
2067 u8 auth; in fixup_sc_false_positive() local
2282 u8 sec_level, auth; in smp_cmd_security_req() local
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dmain.c63 u8 ucipher, u8 auth, u8 apsd_info) in ath6kl_add_new_sta()
423 u8 keymgmt, u8 ucipher, u8 auth, in ath6kl_connect_ap_mode_sta()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h23 } __packed auth; member
/Linux-v4.19/drivers/crypto/qce/
Dcommon.c240 __be32 auth[SHA256_DIGEST_SIZE / sizeof(__be32)] = {0}; in qce_setup_regs_ahash() local
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c112 u8 *pn, size_t dlen, u8 *b0, u8 *auth, in ccmp_init_blocks()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c111 u8 *pn, size_t dlen, u8 *b0, u8 *auth, in ccmp_init_blocks()
/Linux-v4.19/drivers/crypto/
Datmel-sha.c2288 struct atmel_sha_authenc_ctx *auth; in atmel_sha_authenc_spawn() local
2344 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth) in atmel_sha_authenc_free()
2352 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_setkey()
2369 struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_schedule()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_ccmp.c113 u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) in ccmp_init_blocks()

123