| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wps_supplicant.h | 23 const char *auth; member
|
| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| H A D | simple_auth_context_test.cpp | 68 std::shared_ptr<Authentication> auth = nullptr; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| H A D | auth_unix.c | 36 unx_destroy(struct rpc_auth *auth) in unx_destroy() argument 44 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred() argument 167 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A 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/ |
| H A D | auth.h | 134 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message() argument 143 ceph_auth_check_message_signature(struct ceph_auth_handshake *auth, struct ceph_msg *msg) ceph_auth_check_message_signature() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| H A D | auth.h | 144 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message() argument 153 ceph_auth_check_message_signature(struct ceph_auth_handshake *auth, struct ceph_msg *msg) ceph_auth_check_message_signature() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A 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-6.6/net/sunrpc/ |
| H A D | auth_unix.c | 36 unx_destroy(struct rpc_auth *auth) in unx_destroy() argument 43 static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth, in unx_lookup_cred() argument 175 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate() local
|
| H A D | auth_tls.c | 80 static void tls_destroy(struct rpc_auth *auth) in tls_destroy() argument 84 static struct rpc_cred *tls_lookup_cred(struct rpc_auth *auth, in tls_lookup_cred() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | httpauth.c | 240 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth, in ff_http_auth_create_response() argument [all...] |
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu_device.c | 80 static int amdgpu_get_auth(int fd, int *auth) in amdgpu_get_auth() argument
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
| H A D | minimal-secure-streams.c | 77 const lws_ss_auth_t *auth; in main() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-ccm.c | 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() argument 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() argument 148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument 178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-ccm.c | 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() argument 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() argument 148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument 178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument [all...] |
| /base/account/os_account/interfaces/kits/napi/domain_account/include/ |
| H A D | napi_domain_account_manager.h | 33 napi_ref auth = nullptr;
member
|
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | simple_auth_context.cpp | 82 SimpleAuthContext::SimpleAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, in SimpleAuthContext() argument 89 SimpleAuthContext::SimpleAuthContext(const std::string &type, uint64_t contextId, std::shared_ptr<Authentication> auth, in SimpleAuthContext() argument
|
| H A D | remote_auth_context.cpp | 82 RemoteAuthContext::RemoteAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, in RemoteAuthContext() argument
|
| /base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
| H A D | remote_auth_context_fuzzer.cpp | 101 auto auth = MakeShared<AuthenticationImpl>(newContextId, para); in RemoteAuthContextFuzzTest() local
|
| /kernel/linux/linux-5.10/crypto/ |
| H A 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; crypto_authenc_esn_genicv() local 228 struct crypto_ahash *auth = ctx->auth; crypto_authenc_esn_decrypt_tail() local 277 struct crypto_ahash *auth = ctx->auth; crypto_authenc_esn_decrypt() local 327 struct crypto_ahash *auth; crypto_authenc_esn_init_tfm() local 396 struct hash_alg_common *auth; crypto_authenc_esn_create() local [all...] |
| H A 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; crypto_authenc_decrypt() local 312 struct crypto_ahash *auth; crypto_authenc_init_tfm() local 378 struct hash_alg_common *auth; crypto_authenc_create() local [all...] |
| /kernel/linux/common_modules/qos_auth/auth_ctl/ |
| H A D | auth_ctrl.c | 59 static void change_to_super(struct auth_struct *auth) in change_to_super() argument 70 static void init_authority_record(struct auth_struct *auth) in init_authority_record() argument 93 get_auth_struct(struct auth_struct *auth) get_auth_struct() argument 98 __put_auth_struct(struct auth_struct *auth) __put_auth_struct() argument 111 put_auth_struct(struct auth_struct *auth) put_auth_struct() argument 155 struct auth_struct *auth = (struct auth_struct *)p; authority_remove_handler() local 323 struct auth_struct *auth; auth_switch() local 507 auth_flag(struct auth_struct *auth, unsigned int type) auth_flag() argument 527 struct auth_struct *auth; check_authorized() local 586 struct auth_struct *auth; get_authority() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_80211.h | 23 } __packed auth; member
|
| /kernel/linux/linux-5.10/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 137 chap_server_open( struct iscsi_conn *conn, struct iscsi_node_auth *auth, const char *a_str, char *aic_str, unsigned int *aic_len) chap_server_open() argument 208 chap_server_compute_hash( struct iscsi_conn *conn, struct iscsi_node_auth *auth, char *nr_in_ptr, char *nr_out_ptr, unsigned int *nr_out_len) chap_server_compute_hash() argument 499 chap_main_loop( struct iscsi_conn *conn, struct iscsi_node_auth *auth, char *in_text, char *out_text, int *in_len, int *out_len) chap_main_loop() argument [all...] |
| /kernel/linux/linux-5.10/net/sctp/ |
| H A D | output.c | 220 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local 410 struct sctp_auth_chunk *auth = NULL; sctp_packet_pack() local [all...] |
| /kernel/linux/linux-5.10/fs/ubifs/ |
| H A D | auth.c | 67 struct ubifs_auth_node *auth = node; in ubifs_prepare_auth_node() local
|