Home
last modified time | relevance | path

Searched defs:pHash (Results 1 – 8 of 8) sorted by relevance

/external/tpm2-tss/src/tss2-esys/
Desys_crypto.c90 size_t pBuffer_size, uint8_t * pHash, size_t * pHash_size) in iesys_crypto_pHash()
163 const uint8_t * pHash, in iesys_crypto_authHmac()
/external/tpm2-tss/test/integration/
Dsapi-session-util.c113 TPM2B_DIGEST pHash = TPM2B_DIGEST_INIT; in compute_session_auth() local
347 TPM2B_DIGEST *pHash) in tpm_calc_phash()
/external/boringssl/src/ssl/test/runner/
Dprf.go26 func pHash(result, secret, seed []byte, hash func() hash.Hash) { func
/external/sqlite/dist/
Dshell.c7052 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
7059 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
7093 IdxHash *pHash, in idxHashAdd()
7128 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
7148 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c17076 FuncDef *pHash; /* Next with a different name but the same hash */ member
/external/sqlite/dist/orig/
Dshell.c7047 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
7054 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
7088 IdxHash *pHash, in idxHashAdd()
7123 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
7143 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c17076 FuncDef *pHash; /* Next with a different name but the same hash */ member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17107 FuncDef *pHash; /* Next with a different name but the same hash */ member