HomeSort by: relevance | last modified time | path
    Searched refs:newKey (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 221 BYTE *newKey = NULL;
292 if ((newKey = malloc(keySize)) == NULL) {
297 memcpy(newKey, keyBlob, keySize);
302 &msaApproval, &msaDigest, &newKeySize, &newKey,
311 &newKey, xsap->pAuth)))
321 result |= Trspi_HashUpdate(&hashCtx, newKeySize, newKey);
331 result = obj_rsakey_set_tcpakey(hKey, newKeySize, newKey);
336 free(newKey);
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 906 inline void addKey(const AES128Key & newKey) { m_keys.push_back(newKey); }
  /src/external/public-domain/sqlite/dist/
sqlite3.h 9477 ** previously contains an entry associated with newKey, it must be
9478 ** discarded. ^Any prior cache entry associated with newKey is guaranteed not
9512 unsigned oldKey, unsigned newKey);
9533 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
shell.c 4299 unsigned newKey
4303 p, pPg, oldKey, newKey);
4305 pcacheBase.xRekey(p, pPg, oldKey, newKey);
    [all...]
sqlite3.c 9798 ** previously contains an entry associated with newKey, it must be
9799 ** discarded. ^Any prior cache entry associated with newKey is guaranteed not
9833 unsigned oldKey, unsigned newKey);
9854 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
    [all...]

Completed in 138 milliseconds