Lines Matching refs:rsaKey
8586 *rsaKey;
8594 rsaKey = ObjectGet(in->keyHandle);
8596 if(rsaKey->publicArea.type != TPM_ALG_RSA)
8599 if(rsaKey->publicArea.objectAttributes.decrypt != SET)
8638 result = CryptEncryptRSA(&out->outData.t.size, out->outData.t.buffer, rsaKey,
8893 *rsaKey;
8901 rsaKey = ObjectGet(in->keyHandle);
8903 if(rsaKey->publicArea.type != TPM_ALG_RSA)
8907 rsaKey->publicArea.objectAttributes.restricted == SET
8908 || rsaKey->publicArea.objectAttributes.decrypt == CLEAR)
8967 result = CryptDecryptRSA(&out->message.t.size, out->message.t.buffer, rsaKey,