Searched defs:pHash (Results 1 – 8 of 8) sorted by relevance
/external/tpm2-tss/src/tss2-esys/ |
D | esys_crypto.c | 90 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/ |
D | sapi-session-util.c | 113 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/ |
D | prf.go | 26 func pHash(result, secret, seed []byte, hash func() hash.Hash) { func
|
/external/sqlite/dist/ |
D | shell.c | 7052 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()
|
D | sqlite3.c | 17076 FuncDef *pHash; /* Next with a different name but the same hash */ member
|
/external/sqlite/dist/orig/ |
D | shell.c | 7047 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()
|
D | sqlite3.c | 17076 FuncDef *pHash; /* Next with a different name but the same hash */ member
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 17107 FuncDef *pHash; /* Next with a different name but the same hash */ member
|