OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashType
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/
crypto.c
32
Hash(UINT32
HashType
, UINT32 BufSize, BYTE* Buf, BYTE* Digest)
40
switch (
HashType
) {
/src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
hash.c
57
Trspi_Hash(UINT32
HashType
, UINT32 BufSize, BYTE* Buf, BYTE* Digest)
65
switch (
HashType
) {
104
Trspi_HashInit(Trspi_HashCtx *ctx, UINT32
HashType
)
109
switch (
HashType
) {
177
Trspi_HMAC(UINT32
HashType
, UINT32 SecretSize, BYTE* Secret, UINT32 BufSize, BYTE* Buf, BYTE* hmacOut)
184
switch (
HashType
) {
rsa.c
146
Trspi_Verify(UINT32
HashType
, BYTE *pHash, UINT32 iHashLength,
164
switch (
HashType
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h
320
IndexedInstrProf::HashT
HashType
;
328
InstrProfLookupTrait(IndexedInstrProf::HashT
HashType
, unsigned FormatVersion)
329
:
HashType
(
HashType
), FormatVersion(FormatVersion) {}
406
IndexedInstrProf::HashT
HashType
, uint64_t Version);
InstrProf.h
993
const HashT
HashType
= HashT::MD5;
995
inline uint64_t ComputeHash(StringRef K) { return ComputeHash(
HashType
, K); }
1003
uint64_t
HashType
;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp
518
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);
InstrProfWriter.cpp
316
Header.
HashType
= static_cast<uint64_t>(IndexedInstrProf::
HashType
);
/src/crypto/external/cpl/trousers/dist/src/include/trousers/
trousers.h
134
/* 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,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
90
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 21 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026