Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_tdes.c143 if (parser_read_uint8_hex(&val->val[i], byte) < 0) in parse_tdes_uint8_hex_str()
154 if (parser_read_uint8_hex(&val->val[i], byte) < 0) in parse_tdes_uint8_hex_str()
165 if (parser_read_uint8_hex(&val->val[i + 8], byte) < 0) in parse_tdes_uint8_hex_str()
173 if (parser_read_uint8_hex(&val->val[i + 16], byte) < 0) in parse_tdes_uint8_hex_str()
H A Dfips_validation.h240 parser_read_uint8_hex(uint8_t *value, const char *p);
H A Dfips_validation.c453 parser_read_uint8_hex(uint8_t *value, const char *p) in parser_read_uint8_hex() function
532 if (parser_read_uint8_hex(&val->val[j], byte) < 0) { in parse_uint8_hex_str()
H A Dfips_validation_ccm.c100 if (parser_read_uint8_hex(&val->val[j + 18], byte) < 0) { in parse_uint8_ccm_aad_str()
/f-stack/dpdk/app/test-eventdev/
H A Dparser.h41 int parser_read_uint8_hex(uint8_t *value, const char *p);
H A Dparser.c237 parser_read_uint8_hex(uint8_t *value, const char *p) in parser_read_uint8_hex() function
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.h44 int parser_read_uint8_hex(uint8_t *value, const char *p);
H A Dparser.c221 parser_read_uint8_hex(uint8_t *value, const char *p) in parser_read_uint8_hex() function