Searched refs:sha1 (Results 1 - 25 of 143) sorted by relevance

123456

/macosx-10.9.5/xnu-2422.115.4/bsd/crypto/
H A Dsha1.h31 * future; the supported interface resides in <libkern/crypto/sha1.h>.
33 #include <libkern/crypto/sha1.h>
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DckSHA1.h33 * Opaque sha1 object handle.
38 * Alloc and init an empty sha1 object.
43 * reinitialize an sha1 object for reuse.
45 void sha1Reinit(sha1Obj sha1);
48 * Free an sha1 object.
50 void sha1Free(sha1Obj sha1);
53 * Add some data to the sha1 object.
55 void sha1AddData(sha1Obj sha1,
64 unsigned char *sha1Digest(sha1Obj sha1);
H A DckSHA1.c53 void sha1Reinit(sha1Obj sha1) argument
55 Sha1Obj *ctx = (Sha1Obj *)sha1;
59 void sha1Free(sha1Obj sha1) argument
61 memset(sha1, 0, sizeof(Sha1Obj));
62 ffree(sha1);
65 void sha1AddData(sha1Obj sha1, argument
69 Sha1Obj *ctx = (Sha1Obj *)sha1;
73 unsigned char *sha1Digest(sha1Obj sha1) argument
75 Sha1Obj *ctx = (Sha1Obj *)sha1;
103 * Alloc and init an empty sha1 objec
121 sha1Reinit(sha1Obj sha1) argument
133 sha1Free(sha1Obj sha1) argument
144 sha1AddData(sha1Obj sha1, const unsigned char *data, unsigned dataLen) argument
200 sha1Digest(sha1Obj sha1) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DckSHA1.h33 * Opaque sha1 object handle.
38 * Alloc and init an empty sha1 object.
43 * reinitialize an sha1 object for reuse.
45 void sha1Reinit(sha1Obj sha1);
48 * Free an sha1 object.
50 void sha1Free(sha1Obj sha1);
53 * Add some data to the sha1 object.
55 void sha1AddData(sha1Obj sha1,
64 unsigned char *sha1Digest(sha1Obj sha1);
H A DckSHA1.c53 void sha1Reinit(sha1Obj sha1) argument
55 Sha1Obj *ctx = (Sha1Obj *)sha1;
59 void sha1Free(sha1Obj sha1) argument
61 memset(sha1, 0, sizeof(Sha1Obj));
62 ffree(sha1);
65 void sha1AddData(sha1Obj sha1, argument
69 Sha1Obj *ctx = (Sha1Obj *)sha1;
73 unsigned char *sha1Digest(sha1Obj sha1) argument
75 Sha1Obj *ctx = (Sha1Obj *)sha1;
103 * Alloc and init an empty sha1 objec
121 sha1Reinit(sha1Obj sha1) argument
133 sha1Free(sha1Obj sha1) argument
144 sha1AddData(sha1Obj sha1, const unsigned char *data, unsigned dataLen) argument
200 sha1Digest(sha1Obj sha1) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/SHA1/
H A Dhtpasswd-sha1.pl6 # sha1-encrytped password on the stdout.
9 # ./htpasswd-sha1.pl dirkx MySecret >> sha1-passwd
21 print $ARGV[0], ':{SHA}', encode_base64( Digest::SHA1::sha1($ARGV[1]) );
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A DpkgIndex.tcl13 package ifneeded sha1 2.0.3 [list source [file join $dir sha1.tcl]]
14 package ifneeded sha1 1.1.0 [list source [file join $dir sha1v1.tcl]]
/macosx-10.9.5/ruby-104/ruby/ext/digest/sha1/
H A Dsha1init.c11 static const rb_digest_metadata_t sha1 = { variable
42 Data_Wrap_Struct(rb_cObject, 0, 0, (void *)&sha1));
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dputty-kex.sh14 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ; do
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/macosx-10.9.5/Heimdal-323.92.1/tests/db/mit-krb5kdc/
H A Dkdc.conf14 master_key_type = des3-hmac-sha1
15 supported_enctypes = des3-hmac-sha1:normal aes128-cts:normal aes256-cts:normal
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.6/private/var/db/krb5kdc/
H A Dkdc.conf14 master_key_type = des3-hmac-sha1
15 supported_enctypes = des3-hmac-sha1:normal aes128-cts:normal aes256-cts:normal
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.6/var/db/krb5kdc/
H A Dkdc.conf14 master_key_type = des3-hmac-sha1
15 supported_enctypes = des3-hmac-sha1:normal aes128-cts:normal aes256-cts:normal
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/macosx-10.9.5/ntp-88/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockHash.cpp60 SHA1 sha1; local
61 sha1.addBytes(sourceCode.toString().utf8());
63 sha1.computeHash(digest);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_cga.c34 #include <libkern/crypto/sha1.h>
94 u_int8_t sha1[SHA1_RESULTLEN]; local
112 SHA1Final(sha1, &ctx);
117 if (sha1[i] != 0)
128 u_int8_t sha1[SHA1_RESULTLEN]; local
141 SHA1Final(sha1, &ctx);
144 (prepare->cga_security_level << 5) | (sha1[0] & 0x1c);
145 in6->s6_addr8[9] = sha1[1];
146 in6->s6_addr8[10] = sha1[2];
147 in6->s6_addr8[11] = sha1[
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_rsa.c336 const unsigned char sha1[20] = { local
341 check_rsa(sha1, sizeof(sha1), rsa, RSA_PKCS1_PADDING);
345 unsigned char sha1[20]; local
347 CCRandomCopyBytes(kCCRandomDefault, sha1, sizeof(sha1));
348 check_rsa(sha1, sizeof(sha1), rsa, RSA_PKCS1_PADDING);
390 unsigned char sha1[20]; local
391 CCRandomCopyBytes(kCCRandomDefault, sha1, sizeo
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_rsa.c488 const unsigned char sha1[20] = { local
493 check_rsa(sha1, sizeof(sha1), rsa, RSA_PKCS1_PADDING);
497 unsigned char sha1[20]; local
499 CCRandomCopyBytes(kCCRandomDefault, sha1, sizeof(sha1));
500 check_rsa(sha1, sizeof(sha1), rsa, RSA_PKCS1_PADDING);
550 unsigned char sha1[20]; local
551 CCRandomCopyBytes(kCCRandomDefault, sha1, sizeo
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dds.c28 #include <isc/sha1.h>
59 isc_sha1_t sha1; local
81 isc_sha1_init(&sha1);
83 isc_sha1_update(&sha1, r.base, r.length);
86 isc_sha1_update(&sha1, r.base, r.length);
87 isc_sha1_final(&sha1, digest);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmkrelease79 sha1 $RELNAME.tgz > $RELNAME.sha1
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
225 CC_SHA1_Init(&result->sha1);
244 CC_SHA1_Update(&result->sha1, result->block, 64);
257 CC_SHA1_Update(&randomref->sha1, randomref->block, 64);
258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
225 CC_SHA1_Init(&result->sha1);
244 CC_SHA1_Update(&result->sha1, result->block, 64);
257 CC_SHA1_Update(&randomref->sha1, randomref->block, 64);
258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
225 CC_SHA1_Init(&result->sha1);
244 CC_SHA1_Update(&result->sha1, result->block, 64);
257 CC_SHA1_Update(&randomref->sha1, randomref->block, 64);
258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);

Completed in 321 milliseconds

123456