Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A DMakefile6 obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o
H A DKconfig24 I2C multimaster arbitration scheme using GPIOs and a challenge &
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_atx_types.h83 uint8_t challenge[AVB_ATX_UNLOCK_CHALLENGE_SIZE]; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h209 uint32_t challenge; member
432 uint32_t challenge; member
/rk3399_rockchip-uboot/doc/
H A DREADME.i2c23 i2c-arb-gpio-challenge for the implementation.
/rk3399_rockchip-uboot/lib/avb/libavb_atx/
H A Davb_atx_validate.c380 avb_memcpy(out_unlock_challenge->challenge, in avb_atx_generate_unlock_challenge()
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dx86-fit-boot.txt22 mode was something of a challenge, so putting this logic in the kernel seemed
53 quite a challenge to extract anything from it. This bzImage format has become
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos5250-snow.dts99 compatible = "i2c-arb-gpio-challenge";
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py3971 challenge = b''
3974 challenge = f.read()
3975 if len(challenge) != EXPECTED_CHALLENGE_SIZE:
3983 signature = rsa_key.sign(algorithm_name, challenge, signing_helper,
4912 args.challenge,
/rk3399_rockchip-uboot/tools/binman/
H A DREADME510 The design challenge is to make it easy to create simple images, while