Searched refs:newPrivKey (Results 1 – 1 of 1) sorted by relevance
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_key.c | 351 BYTE newPrivKey[TPM_STORE_ASYMKEY_LEN]; /* This reflects the size of the in Tspi_Key_WrapKey() local 417 Trspi_LoadBlob_BYTE(&offset, TCPA_PT_ASYM, newPrivKey); in Tspi_Key_WrapKey() 419 newPrivKey, usage.authdata); in Tspi_Key_WrapKey() 421 newPrivKey, migration.authdata); in Tspi_Key_WrapKey() 423 newPrivKey, digest.digest); in Tspi_Key_WrapKey() 424 Trspi_LoadBlob_UINT32(&offset, keyPrivBlobLen, newPrivKey); in Tspi_Key_WrapKey() 425 Trspi_LoadBlob(&offset, keyPrivBlobLen, newPrivKey, keyPrivBlob); in Tspi_Key_WrapKey() 429 if ((result = Trspi_RSA_Encrypt(newPrivKey, newPrivKeyLen, encPrivKey, in Tspi_Key_WrapKey()
|