| 255 | } |
| 256 | |
| 257 | static void opt_show_secret(char buf[OPT_SHOW_LEN], const struct secret *s) |
| 258 | { |
| 259 | hex_encode(s->data, sizeof(s->data), buf, OPT_SHOW_LEN); |
| 260 | } |
| 261 | |
| 262 | static char *opt_set_features(const char *arg, u8 **features) |
| 263 | { |
nothing calls this directly
no test coverage detected