Home
last modified time | relevance | path

Searched refs:inbyte (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hash.c73 const unsigned char inbyte, in hash_df() argument
99 if (inbyte != INBYTE_IGNORE) in hash_df()
100 tmp[tmp_sz++] = inbyte; in hash_df()
180 static int add_hash_to_v(PROV_DRBG *drbg, unsigned char inbyte, in add_hash_to_v() argument
187 && EVP_DigestUpdate(ctx, &inbyte, 1) in add_hash_to_v()
H A Ddrbg_hmac.c54 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() argument
64 || !EVP_MAC_update(ctx, &inbyte, 1) in do_hmac()
/freebsd/contrib/mandoc/
H A Ddba.c241 prepend(const char *instr, char inbyte) in prepend() argument
252 *outstr = inbyte; in prepend()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1889 int inbyte in tsip_input_proc() argument
1894 if (inbyte < 0 || inbyte > 0xFF) return; in tsip_input_proc()
1896 newbyte = (unsigned char)(inbyte); in tsip_input_proc()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c544 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); in qat_uclo_calc_checksum() local
546 reg ^= inbyte << 0x8; in qat_uclo_calc_checksum()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1785 u_int inbyte = (u_int)((reg >> 0x18) ^ ch); in qat_aefw_csum_calc() local
1787 reg ^= inbyte << (CRC_WIDTH - 0x8); in qat_aefw_csum_calc()