am 32d61899: Merge "Fix intermitent bad nonce being passed to RewrapDeviceRSAKey." into jb-mr2-dev

* commit '32d61899a2a366036f0a1fe9b8ebb1d83e216226':
  Fix intermitent bad nonce being passed to RewrapDeviceRSAKey.
This commit is contained in:
Jeff Tinker
2013-05-21 10:01:20 -07:00
committed by Android Git Automerger

View File

@@ -725,7 +725,7 @@ CdmResponseType CdmEngine::HandleProvisioningResponse(
std::string wrapped_rsa_key; std::string wrapped_rsa_key;
if (!crypto_session->RewrapDeviceRSAKey(signed_message, if (!crypto_session->RewrapDeviceRSAKey(signed_message,
signature, signature,
nonce.data(), nonce,
enc_rsa_key, enc_rsa_key,
enc_rsa_key.size(), enc_rsa_key.size(),
rsa_key_iv, rsa_key_iv,