Searched refs:SHA384_Update (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha.h47 #define SHA384_Update hc_SHA384_Update macro
112 void SHA384_Update (SHA384_CTX *, const void *, size_t);
H A Devp-hcrypto.c308 (hc_evp_md_update)SHA384_Update,
H A Dsha512.c282 SHA384_Update (SHA384_CTX *m, const void *v, size_t len) function
H A Dmdtest.c109 (void (*)(void*,const void*, size_t))SHA384_Update,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h138 void SHA384_Update(SHA384_CTX*, const uint8_t*, size_t);
158 void SHA384_Update(SHA384_CTX*, const u_int8_t*, size_t);
180 void SHA384_Update();
H A Dslapd-sha2.c64 SHA384_Update(&ct, (const uint8_t*)passwd, strlen(passwd));
132 SHA384_Update(&ct, (const uint8_t*)passwd->bv_val, passwd->bv_len);
H A Dsha2.c1003 void SHA384_Update(SHA384_CTX* context, const sha2_byte* data, size_t len) { function
1063 SHA384_Update(&context, data, len);
/macosx-10.10/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.h148 #define SHA384_Update rb_Digest_SHA384_Update macro
175 void SHA384_Update(SHA384_CTX*, const uint8_t*, size_t);
199 void SHA384_Update();
H A Dsha2.c1010 void SHA384_Update(SHA384_CTX* context, const sha2_byte* data, size_t len) { function
1069 SHA384_Update(&context, data, len);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/crypto/
H A Dsha2.h66 void SHA384_Update(SHA384_CTX *ctx, const void *data, size_t len);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DdigestCommon.h62 #define SHA384_Update(c,d,l) CC_SHA384_Update(c,d,l) macro
175 if(!SHA384_Update(&ctx, p, len)) {
/macosx-10.10/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_sha2.c74 void SHA384_Update(SHA384_CTX *ctx, const void *data, size_t len) function
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_hash.h170 # define archive_sha384_update(ctx, buf, n) SHA384_Update(ctx, buf, n)
184 # define archive_sha384_update(ctx, buf, n) SHA384_Update(ctx, buf, n)
190 # define archive_sha384_update(ctx, buf, n) SHA384_Update(ctx, buf, n)
H A Darchive_windows.h410 extern void SHA384_Update(Digest_CTX *ctx, const unsigned char *buf,
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.h101 void SHA384_Update(SHA384_CTX *, const u_int8_t *, size_t)
H A Dsha2.c859 __weak_alias(SHA384_Update, SHA512_Update);
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha.h189 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
H A Dsha512.c239 int SHA384_Update (SHA512_CTX *c, const void *data, size_t len) function
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dsha.h189 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h301 #define SHA384_Update CC_SHA384_Update macro
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dah_core.c978 SHA384_Update(ctxt, (const u_int8_t *) _KEYBUF(state->sav->key_auth),
999 SHA384_Update(ctxt, ipad, 128);
1016 SHA384_Update(ctxt, (const u_int8_t *)addr, (size_t)len);
1040 SHA384_Update(ctxt, opad, 128);
1041 SHA384_Update(ctxt, (const u_int8_t *)digest, sizeof(digest));
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c996 SHA384_Update(ALIGNED_CAST(SHA384_CTX *)c, (unsigned char *) data->v, data->l);

Completed in 211 milliseconds