Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_key.c221 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 DEncoreBootImage.h906 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 Dsqlite3.d1759 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 Dsqlite3.h9079 unsigned oldKey, unsigned newKey);
9100 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
H A Dshell.c2748 unsigned newKey in pcachetraceRekey() argument
2752 p, pPg, oldKey, newKey); in pcachetraceRekey()
2754 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
H A Dsqlite3.c9392 unsigned oldKey, unsigned newKey);
9413 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);