Searched refs:HashType (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/
H A Dcrypto.c32 Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) argument
40 switch (HashType) {
/netbsd-current/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Dhash.c57 Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) argument
65 switch (HashType) {
104 Trspi_HashInit(Trspi_HashCtx *ctx, UINT32 HashType) argument
109 switch (HashType) {
177 Trspi_HMAC(UINT32 HashType, UINT32 SecretSize, BYTE* Secret, UINT32 BufSize, BYTE* Buf, BYTE* hmacOut) argument
184 switch (HashType) {
H A Drsa.c146 Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength, argument
164 switch (HashType) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h320 IndexedInstrProf::HashT HashType; member in class:llvm::IndexedInstrProf::HashT
328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) argument
329 : HashType(HashType), FormatVersion(FormatVersion) {}
406 IndexedInstrProf::HashT HashType, uint64_t Version);
H A DInstrProf.h993 const HashT HashType = HashT::MD5; member in class:llvm::IndexedInstrProf::HashT
995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); }
1003 uint64_t HashType; member in struct:llvm::IndexedInstrProf::HashT::Header
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp518 return IndexedInstrProf::ComputeHash(HashType, K);
616 const unsigned char *const Base, IndexedInstrProf::HashT HashType,
621 typename HashTableImpl::InfoType(HashType, Version)));
838 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>(
839 endian::byte_swap<uint64_t, little>(Header->HashType));
840 if (HashType > IndexedInstrProf::HashT::Last)
848 Start + HashOffset, Cur, Start, HashType, FormatVersion);
H A DInstrProfWriter.cpp316 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/trousers/
H A Dtrousers.h134 /* Hash @BufSize bytes at location @Buf using the algorithm @HashType. Currently only
136 TSS_RESULT Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE *Buf, BYTE *Digest);
186 UINT32 Trspi_HMAC(UINT32 HashType, UINT32 SecretSize, BYTE*Secret, UINT32 BufSize, BYTE*Buf, BYTE*hmacOut);
199 TSS_RESULT Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp90 enum HashType : unsigned char {
131 static_assert(LastHashType <= TooBig, "Too many types in HashType");
135 void combine(HashType Type);
202 PGOHash::HashType updateCounterMappings(Stmt *S) {
271 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) {
741 void PGOHash::combine(HashType Type) {

Completed in 321 milliseconds