Lines Matching full:wrappedkey
1034 Vector<uint8_t> certificate, wrappedKey;
1036 status_t err = drm->provideProvisionResponse(response, certificate, wrappedKey);
1043 if (clazz && certificate.size() && wrappedKey.size()) {
1048 jbyteArray jwrappedKey = VectorToJByteArray(env, wrappedKey);
1433 Vector<uint8_t> wrappedKey(JByteArrayToVector(env, jwrappedKey));
1437 status_t err = drm->signRSA(sessionId, algorithm, message, wrappedKey, signature);