/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.c | 35 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 D | rsa_pss.c | 25 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 D | vfprintf.c | 127 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 D | vfwprintf.c | 153 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 D | printfcommon.h | 107 static const CHAR zeroes[PADSIZE] = variable
|
H A D | xprintf.c | 87 static char zeroes[PADSIZE] = variable 145 with = zeroes; in __printf_pad()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 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 D | image.c | 546 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 D | fma_test.c | 471 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 D | vfprintf.c | 214 static char zeroes[PADSIZE] = local 766 PAD(width - realsz, zeroes); 769 PAD(dprec - size, zeroes);
|
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.c | 842 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 D | bus.txt | 33 zeroes suppressed
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | map | 56 >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 D | luks | 106 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_keyctx.c | 300 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 D | ObjdumpOpts.td | 79 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 D | dc_help.txt | 161 -z --leading-zeroes 163 Enable leading zeroes on numbers greater than -1 and less than 1.
|
H A D | bc_help.txt | 191 -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 D | qcom,wcd9335.txt | 16 shall be in lower case hexadecimal with leading zeroes
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-separator.mk | 146 . warning The separator \012 cannot have many leading zeroes.
|
/freebsd/tests/sys/posixshm/ |
H A D | posixshm_test.c | 1259 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 D | TargetProperties.td | 85 …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 D | memchr.S | 132 shl %cl, %r9d # mask with zeroes before the string
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev_if.m | 80 * for a crypto session. The framework allocates and zeroes the
|
/freebsd/lib/libradius/ |
H A D | radlib.c | 305 uint32_t zeroes[4] = { 0, 0, 0, 0 }; in is_valid_request() local 309 MD5Update(&ctx, zeroes, LEN_AUTH); in is_valid_request()
|