Home
last modified time | relevance | path

Searched refs:hashupdate (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A DOpts.td19 def hash_update : Joined<["/", "-"], "hashupdate:">, HelpText<"Not supported">, MetaVarName<"file">…
20 def hash_update_flag : Flag<["/", "-"], "hashupdate">, Alias<hash_update>, HelpText<"Not supported"…
/netbsd/crypto/external/bsd/heimdal/dist/packages/windows/assembly/
H A DNTMakefile93 …$(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN).nohash -out:$(ASMKRBDIR)\$(ASMKRBMAN) -hashupdate -makec…
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c118 static void (*hashupdate)(lutil_HASH_CTX *ctx,unsigned char const *buf, ber_len_t len) = lutil_HASH… variable
122 #define HASH_Update(c,buf,len) hashupdate(c,buf,len)
134 hashupdate = lutil_HASH64Update; in slap_hash64()
139 hashupdate = lutil_HASHUpdate; in slap_hash64()