Searched refs:sha (Results 1 - 25 of 272) sorted by relevance

1234567891011

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/sha/
H A DMakefile9 all: sha
11 sha: sha_driver.o sha.o
12 $(CC) -o $@ sha_driver.o sha.o
15 test: sha appgen
16 appgen 1 | sha
17 appgen 2 | sha
18 appgen 3 | sha
20 @cat sha.good.outputs
25 rm *.o sha appge
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c122 * during compile or in the sha.h header file.
126 * ones in sha.h too) by hand according to their system architecture.
434 [+(version)?sha-256 (FIPS) 2000-01-01]\
437 #define sha256_match "sha256|sha-256|SHA256|SHA-256"
492 static void SHA256_Transform(SHA256_CTX* sha, const sha2_word32* data) { argument
497 W256 = (sha2_word32*)sha->buffer;
500 a = sha->state[0];
501 b = sha->state[1];
502 c = sha->state[2];
503 d = sha
550 SHA256_Transform(SHA256_CTX* sha, const sha2_word32* data) argument
633 Sha256_t* sha = (Sha256_t*)p; local
681 register Sha256_t* sha = (Sha256_t*)p; local
693 Sha256_t* sha; local
707 Sha256_t* sha = (Sha256_t*)p; local
777 register Sha256_t* sha = (Sha256_t*)p; local
791 register Sha256_t* sha = (Sha256_t*)p; local
860 SHA512_Transform(SHA512_CTX* sha, const sha2_word64* data) argument
915 SHA512_Transform(SHA512_CTX* sha, const sha2_word64* data) argument
996 Sha512_t* sha = (Sha512_t*)p; local
1044 register Sha512_t* sha = (Sha512_t*)p; local
1056 Sha512_t* sha; local
1070 Sha512_t* sha = (Sha512_t*)p; local
1138 register Sha512_t* sha = (Sha512_t*)p; local
1152 register Sha512_t* sha = (Sha512_t*)p; local
1181 register Sha384_t* sha = (Sha384_t*)p; local
1193 Sha384_t* sha; local
1207 register Sha384_t* sha = (Sha384_t*)p; local
1221 register Sha384_t* sha = (Sha384_t*)p; local
[all...]
H A Dsum-sha1.c20 #define sha1_match "sha1|SHA1|sha-1|SHA-1"
160 /* Copy sha->state[] to working vars */
210 Sha1_t* sha = (Sha1_t*)p; local
215 j = sha->count[0];
216 if ((sha->count[0] += len << 3) < j)
217 sha->count[1] += (len >> 29) + 1;
220 (void)memcpy(&sha->buffer[j], data, (i = 64 - j));
221 sha1_transform(sha->state, sha->buffer);
223 sha1_transform(sha
237 register Sha1_t* sha = (Sha1_t*)p; local
252 Sha1_t* sha; local
273 Sha1_t* sha = (Sha1_t*)p; local
304 register Sha1_t* sha = (Sha1_t*)p; local
317 register Sha1_t* sha = (Sha1_t*)p; local
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DdigestOpenssl.cpp11 #include <openssl/sha.h>
/macosx-10.10/ruby-106/ruby/ext/digest/sha1/
H A Dsha1ossl.h7 #include <openssl/sha.h>
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha.h59 struct sha { struct
65 typedef struct sha SHA_CTX;
67 void SHA1_Init (struct sha *m);
68 void SHA1_Update (struct sha *m, const void *v, size_t len);
69 void SHA1_Final (void *res, struct sha *m);
/macosx-10.10/ruby-106/ruby/ext/digest/sha2/
H A Dsha2ossl.h5 #include <openssl/sha.h>
H A Dsha2init.c14 static const rb_digest_metadata_t sha##bitlen = { \
53 Data_Wrap_Struct(rb_cObject, 0, 0, (void *)&sha##bitlen));
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha1_one.c1 /* crypto/sha/sha1_one.c */
61 #include <openssl/sha.h>
H A Dsha_one.c1 /* crypto/sha/sha_one.c */
61 #include <openssl/sha.h>
H A DMakefile2 # OpenSSL/crypto/sha/Makefile
5 DIR= sha
30 EXHEADER= sha.h
113 sha1_one.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
118 sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h
123 sha256.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
132 sha512.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
139 sha_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
145 sha_one.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
H A Dsha.c1 /* crypto/sha/sha.c */
61 #include <openssl/sha.h>
H A Dsha1.c1 /* crypto/sha/sha1.c */
61 #include <openssl/sha.h>
H A Dsha1s.cpp35 #include <openssl/sha.h>
/macosx-10.10/OpenSSL098-52/src/demos/jpake/
H A Djpakedemo.c2 #include "openssl/sha.h"
119 static void hashlength(SHA_CTX *sha, size_t l) argument
126 SHA1_Update(sha, b, 2);
129 static void hashstring(SHA_CTX *sha, const char *string) argument
133 hashlength(sha, l);
134 SHA1_Update(sha, string, l);
137 static void hashbn(SHA_CTX *sha, const BIGNUM *bn) argument
142 hashlength(sha, l);
144 SHA1_Update(sha, bin, l);
152 SHA_CTX sha; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dloadman.h61 # include <openssl/sha.h>
63 # include <sha.h>
66 # include "../compat/sha.h"
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpake.c4 #include <openssl/sha.h>
133 static void hashlength(SHA_CTX *sha, size_t l) argument
140 SHA1_Update(sha, b, 2);
143 static void hashstring(SHA_CTX *sha, const char *string) argument
147 hashlength(sha, l);
148 SHA1_Update(sha, string, l);
151 static void hashbn(SHA_CTX *sha, const BIGNUM *bn) argument
156 hashlength(sha, l);
158 SHA1_Update(sha, bin, l);
167 SHA_CTX sha; local
448 SHA_CTX sha; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_depr.c83 #include <openssl/sha.h>
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DpbkdDigest.h27 #include <openssl/sha.h>
/macosx-10.10/OpenSSL098-52/src/fips/sha/
H A DMakefile2 # OpenSSL/fips/sha/Makefile
5 DIR= sha
50 FIPS_SHA_ASM=""; for i in $(SHA1_ASM_OBJ) sha1dgst.o ; do FIPS_SHA_ASM="$$FIPS_SHA_ASM ../../crypto/sha/$$i" ; done; \
53 $(HOSTCC) $(HOSTCFLAGS) -o $ $@ -I../../include -I../../crypto fips_standalone_sha1.c ../../crypto/sha/sha1dgst.c ; \
76 Q=../testvectors/sha/req
77 A=../testvectors/sha/rsp
130 fips_sha1_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
143 fips_shatest.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
160 fips_standalone_sha1.o: ../../include/openssl/sha.h
H A Dfips_sha1_selftest.c54 #include <openssl/sha.h>
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dprng.c112 YSHA1_CTX sha; local
114 YSHA1Init(&sha);
115 YSHA1Update(&sha,ctx->IV,20);
116 YSHA1Update(&sha,ctx->out,20);
117 YSHA1Final(ctx->out,&sha);
131 YSHA1_CTX sha; local
134 YSHA1Init(&sha);
135 YSHA1Update(&sha,ctx->IV,20);
136 YSHA1Final(ctx->out,&sha);
/macosx-10.10/tcl-105/tcl_ext/
H A DFetch.make158 @ sha="$$(cat $(SRCROOT)/$(Project)$(UrlExt) | $(SHA1))" &&\
163 'sub(/<key>OpenSourceSHA1<\/key>\n\t+<string>[^\n]*<\/string>/,"<key>OpenSourceSHA1</key>\n\t\t<string>'"$${sha}"'</string>",s);'\
170 '\t\t<key>OpenSourceSHA1</key>\n\t\t<string>'"$${sha}"'</string>\n'\
/macosx-10.10/OpenSSL098-52/src/times/x86/
H A Dsha1s.cpp35 #include <openssl/sha.h>
/macosx-10.10/OpenSSL098-52/src/util/
H A Dx86asm.sh33 (cd crypto/sha/asm; perl sha1-586.pl cpp > sx86unix.cpp)
34 (cd crypto/sha/asm; perl sha1-586.pl win32 > s1-win32.asm)

Completed in 281 milliseconds

1234567891011