Lines Matching refs:rsaKey
8575 *rsaKey;
8583 rsaKey = ObjectGet(in->keyHandle);
8585 if(rsaKey->publicArea.type != TPM_ALG_RSA)
8588 if(rsaKey->publicArea.objectAttributes.decrypt != SET)
8627 result = CryptEncryptRSA(&out->outData.t.size, out->outData.t.buffer, rsaKey,
8882 *rsaKey;
8890 rsaKey = ObjectGet(in->keyHandle);
8892 if(rsaKey->publicArea.type != TPM_ALG_RSA)
8896 rsaKey->publicArea.objectAttributes.restricted == SET
8897 || rsaKey->publicArea.objectAttributes.decrypt == CLEAR)
8956 result = CryptDecryptRSA(&out->message.t.size, out->message.t.buffer, rsaKey,