Searched refs:SHA (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/lib/libmd/
H A Dshadriver.c1 /* SHADRIVER.C - test driver for SHA-1 (and SHA-2) */
27 /* The following makes SHA default to SHA-1 if it has not already been
29 #ifndef SHA
30 #define SHA 1 macro
33 #if SHA == 1
35 #elif SHA == 256
37 #elif SHA == 512
47 printf("SHA
[all...]
H A DMakefile125 echo 'SHA-0 test suite:' > ${.TARGET}
126 @echo 'SHA-0 ("") = f96cea198ad1dd5617ac084a3d92c6107708c0ef' >> ${.TARGET}
127 @echo 'SHA-0 ("abc") = 0164b8a914cd2a5e74c4f7ff082c4d97f1edf880' >> ${.TARGET}
128 @echo 'SHA-0 ("message digest") =' \
130 @echo 'SHA-0 ("abcdefghijklmnopqrstuvwxyz") =' \
132 @echo 'SHA-0 ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789") =' \
134 @echo 'SHA-0 ("12345678901234567890123456789012345678901234567890123456789012345678901234567890") =' \
138 echo 'SHA-1 test suite:' > ${.TARGET}
139 @echo 'SHA-1 ("") = da39a3ee5e6b4b0d3255bfef95601890afd80709' >> ${.TARGET}
140 @echo 'SHA
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha_one.c65 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md) function
H A Dsha.h70 # error SHA is disabled.
94 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
114 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
128 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
162 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
167 * SHA-512 treats input data as a
H A Dsha_locl.h126 fips_md_init(SHA)
128 fips_md_init_ctx(SHA1, SHA)
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-arp.c98 #define SHA(ap) (ar_sha(ap)) macro
374 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
380 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
392 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
/freebsd-10.1-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in17 use Digest::SHA qw(sha1_hex);
211 # #h hex hex hex hex hex is the SHA-1 checksum of the data & dates, excluding whitespace w/o leading zeroes
268 # Compute the SHA hash of the data, removing the marker and filename
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql86 /* The SHA-1 checksum of the pristine text. This is a unique key. The
87 SHA-1 checksum of a pristine text is assumed to be unique among all
415 /* The SHA-1 checksum of the pristine text, if this node is a file and was

Completed in 144 milliseconds