Searched refs:c64 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h80 uint64_t c64[2]; /* for SHA384/512, modulo 2^128 */ member in union:__anon10583::__anon10585
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h80 uint64_t c64[2]; /* for SHA384/512, modulo 2^128 */ member in union:__anon10479::__anon10481
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dsha256.c255 uint64_t c64[2]; local
276 c64[0] = 0;
277 c64[1] = size << 3;
278 Encode64(pad+padsize, c64, sizeof (c64));
279 padsize += sizeof (c64);
/freebsd-13-stable/sbin/iscontrol/
H A Dmisc.c71 c64tobin(unsigned char c64) argument
75 if(base64[i] == c64)
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c744 ctx->count.c64[0] = ctx->count.c64[1] = 0;
808 buf_index = (ctx->count.c64[1] >> 3) & 0x7F;
811 if ((ctx->count.c64[1] += (input_len << 3)) < (input_len << 3))
812 ctx->count.c64[0]++;
814 ctx->count.c64[0] += (input_len >> 29);
907 uint8_t bitcount_be64[sizeof (ctx->count.c64)];
918 index = (ctx->count.c64[1] >> 3) & 0x7f;
919 Encode64(bitcount_be64, ctx->count.c64,
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.am52 $(MAGIC_FRAGMENT_DIR)/c64 \
H A DMakefile.in325 $(MAGIC_FRAGMENT_DIR)/c64 \

Completed in 135 milliseconds