Searched refs:newKey (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_key.c | 221 BYTE *newKey = NULL; in Tspi_Key_CreateKey() local 292 if ((newKey = malloc(keySize)) == NULL) { in Tspi_Key_CreateKey() 297 memcpy(newKey, keyBlob, keySize); in Tspi_Key_CreateKey() 302 &msaApproval, &msaDigest, &newKeySize, &newKey, in Tspi_Key_CreateKey() 311 &newKey, xsap->pAuth))) in Tspi_Key_CreateKey() 321 result |= Trspi_HashUpdate(&hashCtx, newKeySize, newKey); in Tspi_Key_CreateKey() 331 result = obj_rsakey_set_tcpakey(hKey, newKeySize, newKey); in Tspi_Key_CreateKey() 336 free(newKey); in Tspi_Key_CreateKey()
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | EncoreBootImage.h | 906 inline void addKey(const AES128Key & newKey) { m_keys.push_back(newKey); } in addKey() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1759 uint oldKey, uint newKey) xRekey; 1775 void function (sqlite3_pcache*, void*, uint oldKey, uint newKey) xRekey;
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.h | 9079 unsigned oldKey, unsigned newKey); 9100 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
|
H A D | shell.c | 2748 unsigned newKey in pcachetraceRekey() argument 2752 p, pPg, oldKey, newKey); in pcachetraceRekey() 2754 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|
H A D | sqlite3.c | 9392 unsigned oldKey, unsigned newKey); 9413 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
|