Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/crypto/
H A Dchacha20_poly1305.c35 static const uint8_t zeroes[POLY1305_BLOCK_LEN]; variable
54 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
71 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
109 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
113 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
157 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt()
174 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt()
212 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
216 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pss.c25 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
122 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in RSA_verify_PKCS1_PSS_mgf1()
217 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes)) in RSA_padding_add_PKCS1_PSS_mgf1()
/freebsd/lib/libc/stdio/
H A Dvfprintf.c127 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print()
139 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print()
1023 PAD(width - realsz, zeroes); in __vfprintf()
1030 PAD(dprec - size, zeroes); in __vfprintf()
1041 PRINT(zeroes, 1); in __vfprintf()
1044 PAD(-expt, zeroes); in __vfprintf()
1056 expt, zeroes); in __vfprintf()
1062 PRINTANDPAD(cp, dtoaend, prec, zeroes); in __vfprintf()
1068 PAD(prec - ndig, zeroes); in __vfprintf()
H A Dvfwprintf.c153 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale)) in grouping_print()
165 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print()
1080 PAD(width - realsz, zeroes); in __vfwprintf()
1087 PAD(dprec - size, zeroes); in __vfwprintf()
1098 PRINT(zeroes, 1); in __vfwprintf()
1101 PAD(-expt, zeroes); in __vfwprintf()
1113 expt, zeroes); in __vfwprintf()
1119 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in __vfwprintf()
1126 PAD(prec - ndig, zeroes); in __vfwprintf()
H A Dprintfcommon.h107 static const CHAR zeroes[PADSIZE] = variable
H A Dxprintf.c87 static char zeroes[PADSIZE] = variable
145 with = zeroes; in __printf_pad()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt23 with leading zeroes suppressed. The other compatible strings from the above
39 case hexadecimal with leading zeroes suppressed. The other compatible
52 with leading zeroes suppressed. The other compatible strings from the above
/freebsd/usr.bin/mkimg/
H A Dimage.c546 static uint8_t *zeroes = NULL; in image_copyout_zeroes() local
557 if (zeroes == NULL) { in image_copyout_zeroes()
558 zeroes = calloc(1, secsz); in image_copyout_zeroes()
559 if (zeroes == NULL) in image_copyout_zeroes()
565 error = image_copyout_memory(fd, sz, zeroes); in image_copyout_zeroes()
/freebsd/lib/msun/tests/
H A Dfma_test.c471 ATF_TC_WITHOUT_HEAD(zeroes);
472 ATF_TC_BODY(zeroes, tc) in ATF_TC_BODY() argument
534 ATF_TP_ADD_TC(tp, zeroes); in ATF_TP_ADD_TCS()
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c214 static char zeroes[PADSIZE] = local
766 PAD(width - realsz, zeroes);
769 PAD(dprec - size, zeroes);
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c842 u8 zeroes[8]; in emsa_pss_encode() local
855 const u8 *input_[4] = { zeroes, mhash, salt, NULL }; in emsa_pss_encode()
862 ret = local_memset(zeroes, 0, sizeof(zeroes)); EG(ret, err); in emsa_pss_encode()
904 ilens_[0] = sizeof(zeroes); in emsa_pss_encode()
964 u8 zeroes[8]; in emsa_pss_verify() local
984 ret = local_memset(zeroes, 0, sizeof(zeroes)); EG(ret, err); in emsa_pss_verify()
1053 input_[0] = zeroes; in emsa_pss_verify()
1058 ilens_[0] = sizeof(zeroes); in emsa_pss_verify()
/freebsd/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt33 zeroes suppressed
/freebsd/contrib/file/magic/Magdir/
H A Dmap56 >1 ubelong !0 \b, zeroes %#x
73 # All zeroes
74 >0xc uleshort !0 \b, zeroes %#x
101 >0x200 uquad !0 \b, zeroes %#llx
H A Dluks106 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c300 static char zeroes[GMAC_BLOCK_LEN]; in t4_init_gmac_hash() local
305 rijndaelEncrypt(keysched, rounds, zeroes, ghash); in t4_init_gmac_hash()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td79 def disassemble_zeroes : Flag<["--"], "disassemble-zeroes">,
80 HelpText<"Do not skip blocks of zeroes when disassembling">;
82 HelpText<"Alias for --disassemble-zeroes">;
/freebsd/contrib/bc/gen/
H A Ddc_help.txt161 -z --leading-zeroes
163 Enable leading zeroes on numbers greater than -1 and less than 1.
H A Dbc_help.txt191 -z --leading-zeroes
193 Enable leading zeroes on numbers greater than -1 and less than 1.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd9335.txt16 shall be in lower case hexadecimal with leading zeroes
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk146 . warning The separator \012 cannot have many leading zeroes.
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1259 char *zeroes; in ATF_TC_BODY() local
1265 zeroes = calloc(1, ps[0]); in ATF_TC_BODY()
1266 ATF_REQUIRE(zeroes != NULL); in ATF_TC_BODY()
1298 ATF_REQUIRE_MSG(memcmp(addr + p * ps[0], zeroes, in ATF_TC_BODY()
1307 free(zeroes); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td85 …riableValuesWithLeadingZeroes: Property<"show-hex-variable-values-with-leading-zeroes", "Boolean">,
88 Desc<"Whether to display leading zeroes when printing variable values in hex format.">;
91 …Desc<"The maximum number of zeroes to insert when displaying a very small float before falling bac…
/freebsd/lib/libc/amd64/string/
H A Dmemchr.S132 shl %cl, %r9d # mask with zeroes before the string
/freebsd/sys/opencrypto/
H A Dcryptodev_if.m80 * for a crypto session. The framework allocates and zeroes the
/freebsd/lib/libradius/
H A Dradlib.c305 uint32_t zeroes[4] = { 0, 0, 0, 0 }; in is_valid_request() local
309 MD5Update(&ctx, zeroes, LEN_AUTH); in is_valid_request()

12