Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_hash.c68 const unsigned char inbyte, in hash_df() argument
94 if (inbyte != INBYTE_IGNORE) in hash_df()
95 tmp[tmp_sz++] = inbyte; in hash_df()
175 static int add_hash_to_v(PROV_DRBG *drbg, unsigned char inbyte, in add_hash_to_v() argument
182 && EVP_DigestUpdate(ctx, &inbyte, 1) in add_hash_to_v()
H A Ddrbg_hmac.c57 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() argument
67 || !EVP_MAC_update(ctx, &inbyte, 1) in do_hmac()
/netbsd/external/bsd/mdocml/dist/
H A Ddba.c241 prepend(const char *instr, char inbyte) in prepend() argument
252 *outstr = inbyte; in prepend()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c1891 int inbyte in tsip_input_proc() argument
1896 if (inbyte < 0 || inbyte > 0xFF) return; in tsip_input_proc()
1898 newbyte = (unsigned char)(inbyte); in tsip_input_proc()
/netbsd/sys/dev/pci/qat/
H A Dqat_ae.c1802 u_int inbyte = (u_int)((reg >> 0x18) ^ ch); in qat_aefw_csum_calc() local
1804 reg ^= inbyte << (CRC_WIDTH - 0x8); in qat_aefw_csum_calc()
/netbsd/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog2549 and inbyte functions.
/netbsd/external/gpl3/gdb.old/dist/sim/mips/
H A DChangeLog2549 and inbyte functions.