Searched refs:in_byte (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvalid_hostname.c207 int in_byte = 0; local
222 if (in_byte == 0) {
223 in_byte = 1;
235 if (in_byte == 0 || cp[1] == 0) {
246 in_byte = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_hash.c132 const unsigned char in_byte,
135 return hash_df(drbg, out, in_byte, in1, in1len, NULL, 0, NULL, 0);
131 hash_df1(PROV_DRBG *drbg, unsigned char *out, const unsigned char in_byte, const unsigned char *in1, size_t in1len) argument

Completed in 185 milliseconds