Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-common.c51 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr) in parse_byte_string() argument
74 if (count_ptr) in parse_byte_string()
75 *count_ptr = count; in parse_byte_string()
H A Dtpm-user-utils.h11 void *parse_byte_string(char *bytes, u8 *data, size_t *count_ptr);