Home
last modified time | relevance | path

Searched defs:pHash (Results 1 – 9 of 9) 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.go51 func pHash(result, secret, seed []byte, hash func() hash.Hash) { func
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dprf.go51 func pHash(result, secret, seed []byte, hash func() hash.Hash) { func
/external/sqlite/dist/orig/
Dshell.c9420 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
9427 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
9461 IdxHash *pHash, in idxHashAdd()
9496 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
9516 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c17136 FuncDef *pHash; /* Next with a different name but the same hash */ member
/external/sqlite/dist/
Dshell.c9425 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
9432 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
9466 IdxHash *pHash, in idxHashAdd()
9501 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
9521 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c17136 FuncDef *pHash; /* Next with a different name but the same hash */ member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17259 FuncDef *pHash; /* Next with a different name but the same hash */ member