/external/sqlite/dist/ |
D | Android.patch | 119 && SQLITE_OK==(rc = sqlite3Fts3InitHashTable(db, pHash, "fts3_tokenizer")) 129 + db, "fts1", &fts3Module, (void *)pHash, 0 133 + db, "fts2", &fts3Module, (void *)pHash, 0 138 db, "fts3", &fts3Module, (void *)pHash, hashDestroy
|
D | shell.c | 7052 static void idxHashInit(IdxHash *pHash){ in idxHashInit() argument 7053 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit() 7059 static void idxHashClear(IdxHash *pHash){ in idxHashClear() argument 7064 for(pEntry=pHash->aHash[i]; pEntry; pEntry=pNext){ in idxHashClear() 7070 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear() 7093 IdxHash *pHash, in idxHashAdd() argument 7102 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashAdd() 7115 pEntry->pHashNext = pHash->aHash[iHash]; in idxHashAdd() 7116 pHash->aHash[iHash] = pEntry; in idxHashAdd() 7118 pEntry->pNext = pHash->pFirst; in idxHashAdd() [all …]
|
D | sqlite3.c | 17076 FuncDef *pHash; /* Next with a different name but the same hash */ member 32948 unsigned int *pHash /* Write the hash value here */ 32966 if( pHash ) *pHash = h; 110638 Hash *pHash; 110641 pHash = &db->aDb[iDb].pSchema->idxHash; 110642 pIndex = sqlite3HashInsert(pHash, zIdxName, 0); 112934 Hash *pHash; 112939 pHash = &pDb->pSchema->tblHash; 112940 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){ 112946 pHash = &pDb->pSchema->idxHash; [all …]
|
/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() argument 93 if (ccBuffer == NULL || pBuffer == NULL || pHash == NULL in iesys_crypto_pHash() 130 r = iesys_crypto_hash_finish(&cryptoContext, pHash, pHash_size); in iesys_crypto_pHash() 163 const uint8_t * pHash, in iesys_crypto_authHmac() argument 172 if (hmacKey == NULL || pHash == NULL || nonceNewer == NULL || in iesys_crypto_authHmac() 187 r = iesys_crypto_hmac_update(cryptoContext, pHash, pHash_size); in iesys_crypto_authHmac()
|
D | esys_crypto.h | 37 uint8_t *pHash, 54 const uint8_t *pHash,
|
/external/tpm2-tss/test/integration/ |
D | sapi-session-util.c | 113 TPM2B_DIGEST pHash = TPM2B_DIGEST_INIT; in compute_session_auth() local 123 session->authHash, command, &pHash); in compute_session_auth() 136 buffer_list[i++] = (TPM2B_DIGEST *)&pHash; in compute_session_auth() 347 TPM2B_DIGEST *pHash) in tpm_calc_phash() argument 427 rval = hash(authHash, hashInput.buffer, hashInput.size, pHash); in tpm_calc_phash() 431 LOGBLOB_DEBUG(&pHash->buffer[0], pHash->size, "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 60 pHash(result, s1, labelAndSeed, hashMD5) 62 pHash(result2, s2, labelAndSeed, hashSHA1) 76 pHash(result, secret, labelAndSeed, hashFunc)
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/ |
D | oaep-int.txt | 78 # pHash = Hash(encoding parameters): 81 # DB = pHash || Padding || M:
|
/external/sqlite/dist/orig/ |
D | shell.c | 7047 static void idxHashInit(IdxHash *pHash){ in idxHashInit() argument 7048 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit() 7054 static void idxHashClear(IdxHash *pHash){ in idxHashClear() argument 7059 for(pEntry=pHash->aHash[i]; pEntry; pEntry=pNext){ in idxHashClear() 7065 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear() 7088 IdxHash *pHash, in idxHashAdd() argument 7097 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashAdd() 7110 pEntry->pHashNext = pHash->aHash[iHash]; in idxHashAdd() 7111 pHash->aHash[iHash] = pEntry; in idxHashAdd() 7113 pEntry->pNext = pHash->pFirst; in idxHashAdd() [all …]
|
D | sqlite3.c | 17076 FuncDef *pHash; /* Next with a different name but the same hash */ member 32948 unsigned int *pHash /* Write the hash value here */ 32966 if( pHash ) *pHash = h; 110622 Hash *pHash; 110625 pHash = &db->aDb[iDb].pSchema->idxHash; 110626 pIndex = sqlite3HashInsert(pHash, zIdxName, 0); 112918 Hash *pHash; 112923 pHash = &pDb->pSchema->tblHash; 112924 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){ 112930 pHash = &pDb->pSchema->idxHash; [all …]
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 17107 FuncDef *pHash; /* Next with a different name but the same hash */ member 33033 unsigned int *pHash /* Write the hash value here */ 33051 if( pHash ) *pHash = h; 110913 Hash *pHash; 110916 pHash = &db->aDb[iDb].pSchema->idxHash; 110917 pIndex = sqlite3HashInsert(pHash, zIdxName, 0); 113206 Hash *pHash; 113211 pHash = &pDb->pSchema->tblHash; 113212 for(pElem=sqliteHashFirst(pHash); pElem; pElem=sqliteHashNext(pElem)){ 113218 pHash = &pDb->pSchema->idxHash; [all …]
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 1035 … TPM2B_NAME *name3, const uint8_t *pBuffer, size_t pBuffer_size, uint8_t *pHash, size_t *pHash_siz… 1036 …ac( TPM2_ALG_ID alg, uint8_t *hmacKey, size_t hmacKeySize, const uint8_t *pHash, size_t pHash_size…
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 2198 FuncDef *pHash;
|