Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Dhash.c57 Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Trspi_Hash()
104 Trspi_HashInit(Trspi_HashCtx *ctx, UINT32 HashType) in Trspi_HashInit()
177 Trspi_HMAC(UINT32 HashType, UINT32 SecretSize, BYTE* Secret, UINT32 BufSize, BYTE* Buf, BYTE* hmacO… in Trspi_HMAC()
H A Drsa.c146 Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength, in Trspi_Verify()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/
H A Dcrypto.c32 Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Hash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h320 IndexedInstrProf::HashT HashType; variable
328 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
H A DInstrProf.h993 const HashT HashType = HashT::MD5; variable
1003 uint64_t HashType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp616 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
838 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp90 enum HashType : unsigned char { enum in __anona4a975a40111::PGOHash