Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c1369 const struct otpkey_type *key_info_array = info_cb.key_info; in _otp_print_key() local
1385 if (key_type == key_info_array[i].value) { in _otp_print_key()
1386 key_info = key_info_array[i]; in _otp_print_key()
2500 const struct otpkey_type *key_info_array = info_cb.key_info; in parse_data() local
2511 if (t == key_info_array[j].value) { in parse_data()
2512 kl[*key_num].key_info = &key_info_array[j]; in parse_data()