Searched refs:jwrappedKey (Results 1 – 1 of 1) sorted by relevance
1039 jbyteArray jwrappedKey = VectorToJByteArray(env, wrappedKey); in android_media_MediaDrm_provideProvisionResponseNative() local1040 env->SetObjectField(certificateObj, gFields.certificate.wrappedPrivateKey, jwrappedKey); in android_media_MediaDrm_provideProvisionResponseNative()1408 jstring jalgorithm, jbyteArray jwrappedKey, jbyteArray jmessage) { in android_media_MediaDrm_signRSANative() argument1416 if (jalgorithm == NULL || jwrappedKey == NULL || jmessage == NULL) { in android_media_MediaDrm_signRSANative()1424 Vector<uint8_t> wrappedKey(JByteArrayToVector(env, jwrappedKey)); in android_media_MediaDrm_signRSANative()