/openbmc/linux/drivers/media/radio/ |
H A D | radio-trust.c | 51 struct trust { struct 58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() argument 73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() 121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() 131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() 149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() 166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() 185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | trust_group.hpp | 10 namespace trust namespace 143 auto trust = checkGroupTrust(); in checkTrust() local 145 setTrust(trust); in checkTrust() 198 inline void setTrust(bool trust) in setTrust() argument 200 _stateChange = (trust != _trusted); in setTrust() 201 _trusted = trust; in setTrust()
|
H A D | trust_manager.hpp | 14 namespace trust namespace 92 bool trust, changed; in checkTrust() local 93 std::tie(trust, changed) = group->checkTrust(sensor); in checkTrust() 95 if (!trust) in checkTrust()
|
H A D | fan.hpp | 84 std::unique_ptr<trust::Manager>& trust, const FanDefinition& def, 292 std::unique_ptr<trust::Manager>& _trustManager;
|
H A D | json_parser.cpp | 47 const std::vector<trust::GroupDefinition>& group) in getNonZeroSpeed() 50 return std::make_unique<trust::NonzeroSpeed>(std::move(group)); in getNonZeroSpeed() 81 std::vector<trust::GroupDefinition> group; in getTrustGrps() 99 group.emplace_back(trust::GroupDefinition{ in getTrustGrps()
|
H A D | nonzero_speed_trust.hpp | 9 namespace trust namespace
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | Kconfig | 18 Secure boot and trust architecture compatible version 2 23 Secure boot and trust architecture compatible version 4 28 Secure boot and trust architecture compatible version 5 33 Secure boot and trust architecture compatible version 6
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | class.md | 5 A trust group determination class that implements a way to check a group of fan 6 sensors trust state. Each of these 'classes' override a required function that 8 the trust group against an algorithm that returns whether they can be trusted or
|
H A D | group.md | 5 A list of sensor object names to include in determining trust of their values 16 - By default, the sensor is included in determining trust of the group. 18 but not have it included in the determination of trust.
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 394 …RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.… 416 …bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make 422 …ure lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make 430 …$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make 437 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 441 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 524 …us --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --trust-make 562 …cale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory 2G --trust-make 568 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make 571 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make [all …]
|
H A D | parse-build.sh | 23 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 8 group of tasks don't trust another), or for performance usecases (some 96 mentioned in `Usage`_, tasks with the same cookie value are assumed to trust 121 The scheduler tries its best to find tasks that trust each other such that all 151 Core scheduling maintains trust relationships amongst groups of tasks by 153 When a system with core scheduling boots, all tasks are considered to trust 155 trust relationships until userspace uses the above mentioned interfaces, to 161 within such groups are considered to trust each other, but do not trust those 162 outside. Tasks outside the group also don't trust tasks within. 187 siblings run tasks which trust each other, when the kernel is executing 188 code on behalf of a task, it cannot trust the code running in the [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_dcb.c | 277 const struct lan966x_dcb_apptrust *trust; in lan966x_dcb_getapptrust() local 279 trust = lan966x_port_apptrust[port->chip_port]; in lan966x_dcb_getapptrust() 281 memcpy(selectors, trust->selectors, trust->nselectors); in lan966x_dcb_getapptrust() 282 *nselectors = trust->nselectors; in lan966x_dcb_getapptrust()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_dcb.c | 318 const struct sparx5_dcb_apptrust *trust; in sparx5_dcb_getapptrust() local 320 trust = sparx5_port_apptrust[port->portno]; in sparx5_dcb_getapptrust() 322 memcpy(selectors, trust->selectors, trust->nselectors); in sparx5_dcb_getapptrust() 323 *nselectors = trust->nselectors; in sparx5_dcb_getapptrust()
|
/openbmc/docs/designs/management-console/ |
H A D | Authorities_List_Management.md | 10 verify different clients. For example, In Google, a trust bundle file ( which is 20 certs; however, Google's trust bundle file contains multiple PEM encoded 89 We can also create a trust bundle interface (instead of using multiple 91 existing codes. However, trust bundle isn't in BMCWeb, neither in Redfish
|
/openbmc/linux/Documentation/security/keys/ |
H A D | trusted-encrypted.rst | 17 A trust source provides the source of security for Trusted Keys. This 18 section lists currently supported trust sources, along with their security 19 considerations. Whether or not a trust source is sufficiently safe depends 22 environment is, and there is no metric of trust, it is dependent on the 23 consumer of the Trusted Keys to determine if the trust source is sufficiently 26 * Root of trust for storage 31 provides crypto operation to establish root of trust for storage. 41 mode, trust is rooted to the OTPMK, a never-disclosed 256-bit key 99 The strength and appropriateness of a particular trust source for a given 112 trust source. The random number generator in use differs according to the [all …]
|
/openbmc/linux/Documentation/admin-guide/namespaces/ |
H A D | resource-control.rst | 8 enabled in a kernel for people who don't trust their users or their 14 memory user's they don't trust to play nice can use.
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | intel_txt.rst | 13 - Provides dynamic root of trust for measurement (DRTM) 34 http://www.trust-conference.eu/downloads/Keynote-Speakers/ 67 To get trust in the initial kernel without using Intel TXT, a 68 static root of trust must be used. This bases trust in BIOS 81 By using the hardware-based root of trust that Intel TXT provides, 83 pre-launch components can be removed from the trust chain, DMA 91 almost all parts of the trust chain is available (excepting SMM and 101 processor instruction that initiates the dynamic root of trust.
|
/openbmc/u-boot/board/rockchip/sheep_rk3368/ |
H A D | README | 3 Get miniloader and trust.img form rockchip vendor u-boot source code 25 > rkdeveloptool wl 0x6000 ./rockchip-uboot/trust.img
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | config.json | 2 // *Note: Sensor trust groups are removed with revB
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | config.json | 2 // *Note: Sensor trust groups are removed with revB
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 66 if not obj['CKA_LABEL'] in trust or not trust[obj['CKA_LABEL']]:
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_iov_if.h | 31 int (*set_trust) (struct qed_dev *cdev, int vfid, bool trust);
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 178 u8 trust; in nfp_nic_set_trust() local 185 trust = dcb->dscp_cnt > 0 ? NFP_DCB_TRUST_DSCP : NFP_DCB_TRUST_PCP; in nfp_nic_set_trust() 186 writeb(trust, dcb->dcbcfg_tbl + dcb->cfg_offset + in nfp_nic_set_trust() 189 dcb->trust_status = trust; in nfp_nic_set_trust()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/hoth/ |
H A D | libhoth_git.bb | 3 hoth-class root of trust."
|