Searched defs:zeroes (Results  1 – 16 of 16) sorted by relevance
| /freebsd/crypto/krb5/src/lib/crypto/openssl/ | 
| H A D | kdf.c | 132     static uint8_t zeroes[16];  in k5_sp800_108_feedback_cmac()  local
  | 
| /freebsd/sys/crypto/ | 
| H A D | chacha20_poly1305.c | 35 static const uint8_t zeroes[POLY1305_BLOCK_LEN];  variable
  | 
| /freebsd/lib/libc/stdio/ | 
| H A D | printfcommon.h | 107 static const CHAR zeroes[PADSIZE] =  variable
  | 
| H A D | xprintf.c | 87 static char zeroes[PADSIZE] =  variable
  | 
| /freebsd/lib/msun/tests/ | 
| H A D | fma_test.c | 472 ATF_TC_BODY(zeroes, tc)  in ATF_TC_BODY()  argument
  | 
| /freebsd/crypto/krb5/src/lib/krad/ | 
| H A D | attrset.c | 199     const uint8_t zeroes[MD5_DIGEST_SIZE] = { 0 };  in kr_attrset_encode()  local
  | 
| /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
  | 
| /freebsd/crypto/openssl/test/ | 
| H A D | bio_dgram_test.c | 461     static const uint8_t zeroes[2048];  in random_data()  local
  | 
| /freebsd/crypto/openssl/ssl/quic/ | 
| H A D | quic_wire_pkt.c | 82     static const unsigned char zeroes[5] = {0};  in hdr_generate_mask()  local
  | 
| /freebsd/contrib/sendmail/libsm/ | 
| H A D | vfprintf.c | 214 	static char zeroes[PADSIZE] =  local
  | 
| /freebsd/usr.bin/mkimg/ | 
| H A D | image.c | 546 	static uint8_t *zeroes = NULL;  in image_copyout_zeroes()  local
  | 
| /freebsd/sys/dev/cxgbe/crypto/ | 
| H A D | t4_keyctx.c | 300 	static char zeroes[GMAC_BLOCK_LEN]; in t4_init_gmac_hash()   local 
  | 
| /freebsd/crypto/libecc/src/examples/sig/rsa/ | 
| H A D | rsa.c | 842 	u8 zeroes[8];  in emsa_pss_encode()  local 964 	u8 zeroes[8];  in emsa_pss_verify()  local
  | 
| /freebsd/lib/libradius/ | 
| H A D | radlib.c | 305 		uint32_t zeroes[4] = { 0, 0, 0, 0 };  in is_valid_request()  local
  | 
| /freebsd/tests/sys/posixshm/ | 
| H A D | posixshm_test.c | 1259 	char *zeroes;  in ATF_TC_BODY()  local
  | 
| /freebsd/sys/net/ | 
| H A D | bpf.c | 2581 	static char zeroes[BPF_ALIGNMENT];  in catchpacket()  local
  |