Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/libkern/x86/
H A Dcrc32_sse42.c177 crc32c_zeros(uint32_t zeros[][256], size_t len) in crc32c_zeros()
184 zeros[0][n] = gf2_matrix_times(op, n); in crc32c_zeros()
185 zeros[1][n] = gf2_matrix_times(op, n << 8); in crc32c_zeros()
186 zeros[2][n] = gf2_matrix_times(op, n << 16); in crc32c_zeros()
187 zeros[3][n] = gf2_matrix_times(op, n << 24); in crc32c_zeros()
193 crc32c_shift(uint32_t zeros[][256], uint32_t crc) in crc32c_shift()
196 return (zeros[0][crc & 0xff] ^ zeros[1][(crc >> 8) & 0xff] ^ in crc32c_shift()
197 zeros[2][(crc >> 16) & 0xff] ^ zeros[3][crc >> 24]); in crc32c_shift()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c48 static const unsigned char zeros[128] = { 0x00 }; in _crypto_sign_ed25519_synthetic_r_hv() local
55 crypto_hash_sha512_update(hs, zeros, 128 - (32 + 3 + 32) % 128); in _crypto_sign_ed25519_synthetic_r_hv()
57 crypto_hash_sha512_update(hs, zeros, 128 - 32 % 128); in _crypto_sign_ed25519_synthetic_r_hv()
/f-stack/freebsd/opencrypto/
H A Dgmac.c51 const uint8_t zeros[GMAC_BLOCK_LEN] = {}; in AES_GMAC_Setkey() local
58 rijndaelEncrypt(agc->keysched, agc->rounds, zeros, hbuf); in AES_GMAC_Setkey()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.h68 u_char *zeros; member
H A Dradix_ipf.c843 node[0].addrkey = (u_32_t *)softr->zeros;
891 KMALLOCS(softr->zeros, u_char *, 3 * sizeof(addrfamily_t)); in ipf_rx_create()
892 if (softr->zeros == NULL) { in ipf_rx_create()
896 softr->ones = softr->zeros + sizeof(addrfamily_t); in ipf_rx_create()
913 memset(softr->zeros, 0, 3 * sizeof(addrfamily_t));
931 if (softr->zeros != NULL)
932 KFREES(softr->zeros, 3 * sizeof(addrfamily_t));
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam335x-osd335x-common.dtsi29 * EFUSE_SMA register reads as all zeros).
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY73 + read('*l') can read lines with embedded zeros.
125 + strings may now contain arbitrary binary data (e.g., embedded zeros).
/f-stack/freebsd/netinet/
H A Dtcp_lro.c1022 uint64_t zeros; in tcp_lro_sort() local
1040 zeros = 0; in tcp_lro_sort()
1043 zeros |= ~parray[x].seq; in tcp_lro_sort()
1047 ones &= zeros; in tcp_lro_sort()
/f-stack/freebsd/mips/mips/
H A Dfp.S1335 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1417 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
1676 move t9, zero # t9 = num of leading zeros
1708 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1902 move t9, zero # t9 = num of leading zeros
1937 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
3428 subu t9, t9, SLEAD_ZEROS # dont count normal leading zeros
3481 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
3541 subu t9, t9, SLEAD_ZEROS # dont count normal leading zeros
3594 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_flow.c281 uint8_t zeros[size]; in mrvl_parse_init() local
283 memset(zeros, 0, size); in mrvl_parse_init()
330 !memcmp(last, zeros, size) && in mrvl_parse_init()
/f-stack/freebsd/contrib/dev/ice/
H A DREADME156 include the complete serial number (including leading zeros) and be all
/f-stack/freebsd/contrib/zlib/
H A DFAQ304 calloc(), which zeros out the allocated memory. Even though the code was
H A DChangeLog270 - Update contrib/puff/zeros.raw test file to have all block types
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog371 unlimited amount of zeros into the target buffer instead of
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst116 …o the device in a buffer rounded up to the nearest block-size multiple (x16) and padded with zeros.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt544 zeros at runtime.)
4245 zeros especially), and leads to inconsistent output from ACPICA across
4593 all hosts/clib implementations (on some, leading zeros are not supported,
7723 descriptors that are mostly or all zeros, with the expectation that they