/openbmc/qemu/tests/unit/ |
H A D | test-authz-list.c | 28 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_default_deny() local 39 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_default_allow() local 50 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_explicit_deny() local 64 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_explicit_allow() local 79 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_complex() local 102 QAuthZList *auth = qauthz_list_new("auth0", in test_authz_add_remove() local
|
H A D | test-authz-listfile.c | 53 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_default_deny() local 71 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_default_allow() local 93 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_explicit_deny() local 116 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_explicit_allow() local 150 QAuthZListFile *auth = qauthz_list_file_new("auth0", in test_authz_complex() local
|
H A D | test-authz-pam.c | 79 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_unknown_service() local 94 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_good_user() local 109 QAuthZPAM *auth = qauthz_pam_new("auth0", in test_authz_bad_user() local
|
/openbmc/linux/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 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
|
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 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
|
/openbmc/linux/net/sunrpc/ |
H A D | auth.c | 224 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 D | auth_unix.c | 36 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 D | auth_null.c | 29 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 D | auth_tls.c | 80 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()
|
/openbmc/openbmc-test-automation/tools/ |
H A D | github_issues_to_csv | 14 auth = None variable 126 auth = (username, password) variable
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | plpks.c | 173 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
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 139 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()
|
/openbmc/qemu/authz/ |
H A D | list.c | 150 ssize_t qauthz_list_append_rule(QAuthZList *auth, in qauthz_list_append_rule() 184 ssize_t qauthz_list_insert_rule(QAuthZList *auth, in qauthz_list_insert_rule() 221 ssize_t qauthz_list_delete_rule(QAuthZList *auth, const char *match) in qauthz_list_delete_rule()
|
/openbmc/linux/net/ceph/ |
H A D | auth.c | 309 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 D | auth_x.c | 507 struct ceph_x_authenticate *auth = (void *)(head + 1); in ceph_x_build_request() local 736 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer() 771 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer() 1027 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message() 1046 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
|
H A D | auth_none.c | 95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
|
/openbmc/linux/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
|
/openbmc/linux/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() 153 int ceph_auth_check_message_signature(struct ceph_auth_handshake *auth, in ceph_auth_check_message_signature()
|
/openbmc/phosphor-host-ipmid/app/ |
H A D | channel.hpp | 37 static constexpr auto auth = "authentication"; variable
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 265 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
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | 91 int auth = read_u32(data, 0); in protocol_client_vencrypt_auth() local
|
/openbmc/linux/net/sctp/ |
H A D | output.c | 246 struct sctp_chunk *auth; in sctp_packet_bundle_auth() local 440 struct sctp_auth_chunk *auth = NULL; in sctp_packet_pack() local
|
/openbmc/linux/net/bluetooth/ |
H A D | smp.c | 851 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request() 1013 u8 stk[16], auth; in smp_random() local 1137 u8 key_type, auth; in sc_add_ltk() local 1746 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local 1935 u8 key_size, auth; in smp_cmd_pairing_rsp() local 2057 u8 auth; in fixup_sc_false_positive() local 2293 static void smp_send_pairing_req(struct smp_chan *smp, __u8 auth) in smp_send_pairing_req() 2317 u8 sec_level, auth; in smp_cmd_security_req() local 2367 static void smp_send_security_req(struct smp_chan *smp, __u8 auth) in smp_send_security_req()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 198 struct asymmetric_key_id *auth; in pkcs7_verify_sig_chain() local
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | channel_auth.cpp | 96 static constexpr const char* auth = "authentication"; variable
|