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