coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hexstrtobin.c File Reference
#include <ctype.h>
#include <lib.h>
Include dependency graph for hexstrtobin.c:

Go to the source code of this file.

Functions

size_t hexstrtobin (const char *str, uint8_t *buf, size_t len)
 

Function Documentation

◆ hexstrtobin()

size_t hexstrtobin ( const char *  str,
uint8_t buf,
size_t  len 
)

Definition at line 6 of file hexstrtobin.c.

References buf, c, count, isdigit(), isxdigit(), and tolower().

Referenced by acpigen_write_uuid(), parse_uuid(), and transfer_memory_info().

Here is the call graph for this function:
Here is the caller graph for this function: