Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c44 #define OTP_KEY_TYPE_AES 3 macro
214 …{0, OTP_KEY_TYPE_AES, OTP_LIT_END, 0, "AES-256 as OEM platform key for image encryption/decr…
226 …{2, OTP_KEY_TYPE_AES, OTP_LIT_END, 1, "AES-256 as OEM platform key for image encryption/decr…
234 …{2, OTP_KEY_TYPE_AES, OTP_LIT_END, 1, "AES-256 as OEM platform key for image encryption/decr…
242 …{2, OTP_KEY_TYPE_AES, OTP_LIT_END, 1, "AES-256 as OEM platform key for image encryption/decr…
1442 } else if (key_info.key_type == OTP_KEY_TYPE_AES) { in _otp_print_key()