Searched refs:out_byte (Results 1 – 2 of 2) sorted by relevance
991 uint8_t out_byte; in scalar_encode_1() local994 out_byte = 0; in scalar_encode_1()996 out_byte |= bit0(s->c[i + j]) << j; in scalar_encode_1()997 *out = out_byte; in scalar_encode_1()
1182 static int get_ipv4_component(uint8_t *out_byte, const char **str) in get_ipv4_component() argument1198 *out_byte = (uint8_t)out; in get_ipv4_component()