Searched defs:zeroes (Results 1 – 12 of 12) sorted by relevance
/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/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/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 | 2567 static char zeroes[BPF_ALIGNMENT]; in catchpacket() local
|