Home
last modified time | relevance | path

Searched defs:zeroes (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/crypto/
H A Dchacha20_poly1305.c35 static const uint8_t zeroes[POLY1305_BLOCK_LEN]; variable
/freebsd/lib/libc/stdio/
H A Dprintfcommon.h107 static const CHAR zeroes[PADSIZE] = variable
H A Dxprintf.c87 static char zeroes[PADSIZE] = variable
/freebsd/lib/msun/tests/
H A Dfma_test.c472 ATF_TC_BODY(zeroes, tc) in ATF_TC_BODY() argument
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pss.c25 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c214 static char zeroes[PADSIZE] = local
/freebsd/usr.bin/mkimg/
H A Dimage.c546 static uint8_t *zeroes = NULL; in image_copyout_zeroes() local
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c300 static char zeroes[GMAC_BLOCK_LEN]; in t4_init_gmac_hash() local
/freebsd/lib/libradius/
H A Dradlib.c305 uint32_t zeroes[4] = { 0, 0, 0, 0 }; in is_valid_request() local
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1232 char *zeroes; in ATF_TC_BODY() local
/freebsd/sys/net/
H A Dbpf.c2567 static char zeroes[BPF_ALIGNMENT]; in catchpacket() local