Searched refs:auth (Results 1 – 4 of 4) sorted by relevance
39 const struct regauth_t *auth = get_regauth(addr); in oem_sysreg() local42 if (!auth) in oem_sysreg()43 auth = ®auth_pass; in oem_sysreg()49 mask &= auth->wmask; in oem_sysreg()59 if (!reg || !auth->rmask) in oem_sysreg()63 *pvalue = io_read32(reg) & auth->rmask; in oem_sysreg()
32 struct se050_auth_ctx *auth, in prepare_host_scp() argument42 if (!scp || !auth || !k_store) in prepare_host_scp()45 pStatic_ctx = &auth->static_ctx; in prepare_host_scp()46 pDyn_ctx = &auth->dynamic_ctx; in prepare_host_scp()96 struct se050_auth_ctx *auth, in se050_configure_host() argument103 if (!host_session || !host_ks || !open_ctx || !auth) in se050_configure_host()122 status = prepare_host_scp(&open_ctx->auth.ctx.scp03, auth, host_ks, in se050_configure_host()127 open_ctx->auth.authType = auth_type; in se050_configure_host()
268 dek_object = &ctx->open_ctx.auth.ctx.scp03.pStatic_ctx->Dek; in encrypt_key_and_get_kcv()327 key_version = ctx->open_ctx.auth.ctx.scp03.pStatic_ctx->keyVerNo; in se050_scp03_prepare_rotate_cmd()
2767 unless you allow third parties to pick trust CAs for client auth.
Completed in 11 milliseconds