Searched refs:read_key_otp (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/
H A Dcmd_stm32key.c111 static int read_key_otp(struct udevice *dev, const struct stm32key *key, bool print, bool *locked) function
286 ret = read_key_otp(dev, key, true, NULL);
298 ret = read_key_otp(dev, key, true, NULL);
345 if (read_key_otp(dev, key, !yes, &lock) != -ENOENT) {
399 ret = read_key_otp(dev, key, !yes, &lock);

Completed in 21 milliseconds