| /netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
| H A D | hash.c | 57 Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Trspi_Hash() argument 65 switch (HashType) { in Trspi_Hash() 104 Trspi_HashInit(Trspi_HashCtx *ctx, UINT32 HashType) in Trspi_HashInit() argument 109 switch (HashType) { in Trspi_HashInit() 177 Trspi_HMAC(UINT32 HashType, UINT32 SecretSize, BYTE* Secret, UINT32 BufSize, BYTE* Buf, BYTE* hmacO… in Trspi_HMAC() argument 184 switch (HashType) { in Trspi_HMAC()
|
| H A D | rsa.c | 146 Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength, in Trspi_Verify() argument 164 switch (HashType) { in Trspi_Verify()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/ |
| H A D | crypto.c | 32 Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Hash() argument 40 switch (HashType) { in Hash()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 320 IndexedInstrProf::HashT HashType; variable 328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument 329 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait() 406 IndexedInstrProf::HashT HashType, uint64_t Version);
|
| H A D | InstrProf.h | 993 const HashT HashType = HashT::MD5; variable 995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() 1003 uint64_t HashType; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 518 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash() 616 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() argument 621 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex() 838 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local 839 endian::byte_swap<uint64_t, little>(Header->HashType)); in readHeader() 840 if (HashType > IndexedInstrProf::HashT::Last) in readHeader() 848 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
|
| H A D | InstrProfWriter.cpp | 316 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 90 enum HashType : unsigned char { enum in __anona4a975a40111::PGOHash 135 void combine(HashType Type); 202 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings() 271 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) { in DEFINE_NESTABLE_TRAVERSAL() 741 void PGOHash::combine(HashType Type) { in combine()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
| H A D | trousers.h | 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*h… 199 TSS_RESULT Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength,
|