Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-user-utils.h17 int type_string_write_vars(const char *type_str, u8 *data, char * const vars[]);
H A Dtpm-common.c207 int type_string_write_vars(const char *type_str, u8 *data, in type_string_write_vars() function
H A Dtpm-v1.c337 if (type_string_write_vars(argv[1], data, argv + 3)) { in do_tpm_nv_read()