Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c135 struct otpkey_type { struct
160 const struct otpkey_type *key_info; argument
194 const struct otpkey_type *key_info;
213 static const struct otpkey_type a0_key_type[] = {
224 static const struct otpkey_type a1_key_type[] = {
232 static const struct otpkey_type a2_key_type[] = {
240 static const struct otpkey_type a3_key_type[] = {
1369 const struct otpkey_type *key_info_array = info_cb.key_info; in _otp_print_key()
1370 struct otpkey_type key_info = { .value = -1 }; in _otp_print_key()
2500 const struct otpkey_type *key_info_array = info_cb.key_info; in parse_data()