Searched refs:challenge (Results 1 – 10 of 10) sorted by relevance
6 obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o
24 I2C multimaster arbitration scheme using GPIOs and a challenge &
83 uint8_t challenge[AVB_ATX_UNLOCK_CHALLENGE_SIZE]; member
209 uint32_t challenge; member432 uint32_t challenge; member
23 i2c-arb-gpio-challenge for the implementation.
380 avb_memcpy(out_unlock_challenge->challenge, in avb_atx_generate_unlock_challenge()
22 mode was something of a challenge, so putting this logic in the kernel seemed53 quite a challenge to extract anything from it. This bzImage format has become
99 compatible = "i2c-arb-gpio-challenge";
3971 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,
510 The design challenge is to make it easy to create simple images, while