Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dcmd_show.c111 int alg_okay; in futil_cb_show_privkey() local
116 alg_okay = key.algorithm < kNumAlgorithms; in futil_cb_show_privkey()
118 alg_okay ? algo_strings[key.algorithm] : "(unknown)"); in futil_cb_show_privkey()
120 if (alg_okay) in futil_cb_show_privkey()