Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c991 uint8_t out_byte; in scalar_encode_1() local
994 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()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c1182 static int get_ipv4_component(uint8_t *out_byte, const char **str) in get_ipv4_component() argument
1198 *out_byte = (uint8_t)out; in get_ipv4_component()