Searched refs:zeroes (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_pss.c67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
147 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
227 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
239 /* Initial PS XORs with all zeroes which is a NOP so just update
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c216 static char zeroes[PADSIZE] = local
735 ** After any left-hand padding and prefixing, emit zeroes
737 ** string proper, then emit zeroes required by any leftover
768 PAD(width - realsz, zeroes);
770 /* leading zeroes from decimal precision */
771 PAD(dprec - size, zeroes);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL163 leading zeroes or whatever.
H A Dh2xs.PL123 method to construct and return a new structure, initialised to zeroes.
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1864 static struct in6_addr zeroes; /* inits to all zeros */ local
1877 !IN6_ARE_ADDR_EQUAL(&faddr6->sin6_addr, &zeroes)) ||
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm660 /* Creates and zeroes the per-interpreter data.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3220 struct in6_addr zeroes = {0, 0, 0, 0}; local
3236 ptr[0] = (char *)&zeroes.s6_addr;
3242 ptr[0] = (char *)&zeroes.s6_addr;

Completed in 118 milliseconds