Home
last modified time | relevance | path

Searched refs:SHA384_Update (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h160 #define SHA384_Update pw_SHA384_Update macro
181 void SHA384_Update(SHA384_CTX*, const uint8_t*, size_t);
201 void SHA384_Update(SHA384_CTX*, const u_int8_t*, size_t);
223 void SHA384_Update();
H A Dslapd-sha2.c115 SHA384_Update(&ct, (const uint8_t*)passwd->bv_val, passwd->bv_len); in hash_ssha384()
116 SHA384_Update(&ct, (const uint8_t*)salt.bv_val, salt.bv_len); in hash_ssha384()
135 SHA384_Update(&ct, (const uint8_t*)passwd->bv_val, passwd->bv_len); in hash_sha384()
347 SHA384_Update(&SHAcontext, in chk_ssha384()
349 SHA384_Update(&SHAcontext, in chk_ssha384()
391 SHA384_Update(&SHAcontext, in chk_sha384()
H A Dsha2.c1009 void SHA384_Update(SHA384_CTX* context, const sha2_byte* data, size_t len) { in SHA384_Update() function
1069 SHA384_Update(&context, data, len); in SHA384_Data()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.h49 #define SHA384_Update hc_SHA384_Update macro
114 int SHA384_Update (SHA384_CTX *, const void *, size_t);
H A Dmdtest.c98 (int (*)(void*,const void*, size_t))SHA384_Update,
H A Dsha512.c289 SHA384_Update (SHA384_CTX *m, const void *v, size_t len) in SHA384_Update() function
H A Devp-hcrypto.c306 (hc_evp_md_update)SHA384_Update, in EVP_hcrypto_sha384()
/netbsd-src/usr.bin/cksum/
H A Dsha384.c20 #define MD5Update SHA384_Update
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dlibc-sha512.c30 SHA384_Update(&c, d, n); in SHA384()
/netbsd-src/lib/libc/hash/sha2/
H A DMakefile.inc16 MLINKS+=sha2.3 SHA384_Init.3 sha2.3 SHA384_Update.3 sha2.3 SHA384_Final.3
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSHA256_Init.pod7 SHA384_Init, SHA384_Update, SHA384_Final, SHA512, SHA512_Init, SHA512_Update,
33 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
/netbsd-src/sys/sys/
H A Dsha2.h100 int SHA384_Update(SHA384_CTX*, const uint8_t*, size_t);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h132 void SHA384_Update __P((SHA384_CTX*, const u_int8_t*, size_t));
H A Dsha2.c998 void SHA384_Update(SHA384_CTX* context, const sha2_byte* data, size_t len) { in SHA384_Update() function
1058 SHA384_Update(&context, data, len); in SHA384_Data()
1093 SHA384_Update(data(ctx), data, count); in sha384_update()
1162 SHA384_Update,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSHA256_Init.pod7 SHA384_Init, SHA384_Update, SHA384_Final, SHA512, SHA512_Init, SHA512_Update,
37 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsha.h111 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
/netbsd-src/lib/libc/hash/
H A Dhmac.c93 (void *)SHA384_Init, (void *)SHA384_Update,
/netbsd-src/tests/lib/libc/hash/
H A Dt_sha2.c210 SHA384_Update(&ctx, buf + j, len); in ATF_TC_BODY()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_sha1.c194 return SHA384_Update(EVP_MD_CTX_md_data(ctx), data, count); in update384()
/netbsd-src/usr.bin/xinstall/
H A Dxinstall.c943 SHA384_Update(&ctxSHA384, p, size); in copy()
977 SHA384_Update(&ctxSHA384, buf, nr); in copy()
/netbsd-src/common/lib/libc/hash/sha2/
H A Dsha2.c257 __weak_alias(SHA384_Update,_SHA384_Update) in __weak_alias()
937 SHA384_Update(SHA384_CTX *context, const uint8_t *data, size_t len) in SHA384_Update() function
/netbsd-src/sys/opencrypto/
H A Dcryptosoft_xform.c923 SHA384_Update(ctx, buf, len); in SHA384Update_int()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dopenssl_crypto.c516 SHA384_Update(hash->data, data, length); in sha384_add()
/netbsd-src/lib/libc/include/
H A Dnamespace.h187 #define SHA384_Update _SHA384_Update macro
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_digest.c1033 SHA384_Update(ctx, indata, insize); in __archive_sha384update()

12