Searched refs:SHA512_Update (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dsha.h50 #define SHA512_Update hc_SHA512_Update macro
104 void SHA512_Update (SHA512_CTX *, const void *, size_t);
H A Dsha512.c188 SHA512_Update (SHA512_CTX *m, const void *v, size_t len) function
248 SHA512_Update (m, zeros, dstart + 16);
284 SHA512_Update(m, v, len);
H A Devp-hcrypto.c331 (hc_evp_md_update)SHA512_Update,
H A Dmdtest.c118 (void (*)(void*,const void*, size_t))SHA512_Update,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h144 void SHA512_Update(SHA512_CTX*, const uint8_t*, size_t);
164 void SHA512_Update(SHA512_CTX*, const u_int8_t*, size_t);
186 void SHA512_Update();
H A Dslapd-sha2.c85 SHA512_Update(&ct, (const uint8_t*)passwd, strlen(passwd));
152 SHA512_Update(&ct, (const uint8_t*)passwd->bv_val, passwd->bv_len);
H A Dsha2.c843 void SHA512_Update(SHA512_CTX* context, const sha2_byte *data, size_t len) { function
988 SHA512_Update(&context, data, len);
1004 SHA512_Update((SHA512_CTX*)context, data, len);
/macosx-10.9.5/ruby-104/ruby/ext/digest/sha2/
H A Dsha2.h157 #define SHA512_Update rb_Digest_SHA512_Update macro
181 void SHA512_Update(SHA512_CTX*, const uint8_t*, size_t);
209 void SHA512_Update();
H A Dsha2.c850 void SHA512_Update(SHA512_CTX* context, const sha2_byte *data, size_t len) { function
995 SHA512_Update(&context, data, len);
1011 SHA512_Update((SHA512_CTX*)context, data, len);
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/crypto/
H A Dsha2.h70 void SHA512_Update(SHA512_CTX *ctx, const void *data, size_t len);
/macosx-10.9.5/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_sha2.c103 void SHA512_Update(SHA512_CTX *ctx, const void *data, size_t len) function
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_hash.h205 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n)
219 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n)
225 # define archive_sha512_update(ctx, buf, n) SHA512_Update(ctx, buf, n)
H A Darchive_windows.h416 extern void SHA512_Update(Digest_CTX *ctx, const unsigned char *buf,
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsha2.h119 void SHA512_Update(SHA512_CTX *, const u_int8_t *, size_t)
H A Dsha2.c736 SHA512_Update(SHA512_CTX *context, const u_int8_t *data, size_t len) function
859 __weak_alias(SHA384_Update, SHA512_Update);
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonDigest.h306 #define SHA512_Update CC_SHA512_Update macro
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dah_core.c1121 SHA512_Update(ctxt, (const u_int8_t *) _KEYBUF(state->sav->key_auth),
1142 SHA512_Update(ctxt, ipad, 128);
1159 SHA512_Update(ctxt, (const u_int8_t *) addr, (size_t)len);
1183 SHA512_Update(ctxt, opad, 128);
1184 SHA512_Update(ctxt, (const u_int8_t *)digest, sizeof(digest));
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c933 SHA512_Update(ALIGNED_CAST(SHA512_CTX *)c, (unsigned char *) data->v, data->l);

Completed in 270 milliseconds