Home
last modified time | relevance | path

Searched defs:cred (Results 76 - 100 of 410) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/net/sunrpc/
H A Dauth_tls.c90 static void tls_destroy_cred(struct rpc_cred *cred) in tls_destroy_cred() argument
94 static int tls_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in tls_match() argument
/kernel/linux/linux-6.6/security/safesetid/
H A Dlsm.c90 static int safesetid_security_capable(const struct cred *cred, in safesetid_security_capable() argument
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dtask.c229 static int profile_ptrace_perm(const struct cred *cre argument
246 profile_tracee_perm(const struct cred *cred, struct aa_profile *tracee, struct aa_label *tracer, u32 request, struct apparmor_audit_data *ad) profile_tracee_perm() argument
258 profile_tracer_perm(const struct cred *cred, struct aa_profile *tracer, struct aa_label *tracee, u32 request, struct apparmor_audit_data *ad) profile_tracer_perm() argument
[all...]
/kernel/linux/linux-6.6/security/integrity/
H A Ddigsig.c102 const struct cred *cred = current_cred(); in __integrity_init_keyring() local
/kernel/linux/linux-6.6/security/keys/
H A Drequest_key_auth.c166 const struct cred *cred = current_cred(); in request_key_auth_new() local
[all...]
/kernel/linux/linux-6.6/net/dns_resolver/
H A Ddns_key.c337 struct cred *cred; in init_dns_resolver() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_gnutls.c52 gnutls_certificate_credentials_t cred; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdmrg565.c23 register int y, cred, cgreen, cblue; in h2v1_merged_upsample_565_internal() local
94 register int y, cred, cgreen, cblue; in h2v1_merged_upsample_565D_internal() local
167 register int y, cred, cgreen, cblue; h2v2_merged_upsample_565_internal() local
263 register int y, cred, cgreen, cblue; h2v2_merged_upsample_565D_internal() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() argument
121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() argument
138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() argument
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
194 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) wps_process_cred_mac_addr() argument
210 wps_workaround_cred_key(struct wps_credential *cred) wps_workaround_cred_key() argument
246 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_cred() argument
266 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_ap_settings() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() argument
99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() argument
122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() argument
139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() argument
156 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
169 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
195 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) wps_process_cred_mac_addr() argument
211 wps_workaround_cred_key(struct wps_credential *cred) wps_workaround_cred_key() argument
247 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_cred() argument
267 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_ap_settings() argument
[all...]
/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c179 DslmCredBuff *cred = NULL; in GetDefaultStatus() local
/base/startup/init/services/param/include/
H A Dparam_security.h72 UserCred cred; member
/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp360 struct Credential cred; in GetAppCert() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_context.h80 const struct cred *cred; member
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h79 u32 cred; in ionic_intr_clean() local
65 ionic_intr_credits(struct ionic_intr __iomem *intr_ctrl, int intr_idx, u32 cred, u32 flags) ionic_intr_credits() argument
[all...]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c549 gssx_enc_cred(struct xdr_stream *xdr, struct gssx_cred *cred) gssx_enc_cred() argument
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dauth.h39 const struct cred *cred; member
187 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred() argument
[all...]
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_api.c186 int ima_get_action(struct inode *inode, const struct cred *cred, u32 secid, in ima_get_action() argument
/kernel/linux/linux-5.10/security/keys/
H A Drequest_key.c80 static int umh_keys_init(struct subprocess_info *info, struct cred *cred) in umh_keys_init() argument
122 const struct cred *cred = current_cred(); in call_sbin_request_key() local
268 const struct cred *cred = current_cred(); construct_get_dest_keyring() local
[all...]
H A Dprocess_keys.c77 const struct cred *cred = current_cred(); in look_up_user_keyrings() local
185 struct key *get_user_session_keyring_rcu(const struct cred *cred) in get_user_session_keyring_rcu() argument
317 install_session_keyring_to_cred(struct cred *cred, struct key *keyring) install_session_keyring_to_cred() argument
426 const struct cred *cred = ctx->cred; search_cred_keyrings_rcu() local
557 const struct cred *cred = ctx->cred; search_process_keyrings_rcu() local
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_local.c29 const struct cred *cred = hmdfs_sb(sb)->cred; in hmdfs_file_open_local() local
259 const struct cred *cred = hmdfs_sb(sb)->cred; in hmdfs_dir_open_local() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4namespace.c224 struct rpc_cred *cred; in nfs_find_best_sec() local
/kernel/linux/linux-5.10/fs/hmdfs/authority/
H A Dauthentication.c44 struct cred *cred = NULL; in hmdfs_override_fsids() local
63 struct cred *cred = NULL; hmdfs_override_dir_fsids() local
180 struct cred *cred = NULL; hmdfs_override_file_fsids() local
[all...]
/kernel/linux/linux-5.10/fs/lockd/
H A Dhost.c63 const struct cred *cred; member
216 nlmclnt_lookup_host(const struct sockaddr *sap, const size_t salen, const unsigned short protocol, const u32 version, const char *hostname, int noresvport, struct net *net, const struct cred *cred) nlmclnt_lookup_host() argument
[all...]
/kernel/linux/linux-5.10/fs/exportfs/
H A Dexpfs.c279 const struct cred *cred = current_cred(); in get_name() local

Completed in 14 milliseconds

12345678910>>...17