Lines Matching full:authenticated
21 //! 2. Authenticated unlock
45 //! # Authenticated unlock
47 //! bootloader. Authenticated unlock is an optional feature that additionally adds an authentication
50 //! Authenticated unlock introduces one additional key, the product unlock key (PUK), which is
52 //! the PUK does not give the ability to sign images. When authenticated unlock is requested,
56 //! It's up to individual device policy how to use authenticated unlock. For example a device may
57 //! want to support standard un-authenticated unlock for most operations, but then additionally
58 //! use authenticated unlock to enable higher-privileged operations.
98 /// Authenticated unlock challenge.
101 /// Signed authenticated unlock credential.
175 /// This is only used for authenticated unlock. If authenticated unlock is not needed, this can
250 /// Generates a challenge for authenticated unlock.
282 /// Validates a signed credential for authenticated unlock.