Home | History | Annotate | Download | only in libmediadrm

Lines Matching defs:wrappedKey

280                                               Vector<uint8_t> &wrappedKey) {
291 readVector(reply, wrappedKey);
694 Vector<uint8_t> const &wrappedKey,
702 writeVector(data, wrappedKey);
925 Vector<uint8_t> wrappedKey;
927 status_t result = provideProvisionResponse(response, certificate, wrappedKey);
929 writeVector(reply, wrappedKey);
1218 Vector<uint8_t> sessionId, message, wrappedKey, signature;
1222 readVector(data, wrappedKey);
1223 uint32_t result = signRSA(sessionId, algorithm, message, wrappedKey, signature);