Lines Matching refs:sessionId

32      * in the sessionId parameter.
40 * @return sessionId the session ID for the newly opened session
42 openSession() generates (Status status, SessionId sessionId);
47 * @param sessionId the session id the call applies to
50 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE
53 closeSession(SessionId sessionId) generates (Status status);
61 * @param scope may be a sessionId or a keySetId, depending on the
63 * scope should be set to the sessionId the keys will be provided to.
105 * @param scope may be a sessionId or a keySetId depending on the type
106 * of the response. Scope should be set to the sessionId when the response
132 * @param sessionId the session id the call applies to
135 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE
138 removeKeys(SessionId sessionId) generates (Status status);
143 * @param sessionId the session id the call applies to
151 restoreKeys(SessionId sessionId,
161 * @param sessionId the session id the call applies to
164 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE
168 queryKeyStatus(SessionId sessionId)
371 * @param sessionId the session id the call applies to
380 setCipherAlgorithm(SessionId sessionId, string algorithm)
386 * @param sessionId the session id the call applies to
395 setMacAlgorithm(SessionId sessionId, string algorithm)
403 * @param sessionId the session id the call applies to
413 encrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
421 * @param sessionId the session id the call applies to
432 decrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
440 * @param sessionId the session id the call applies to
450 sign(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> message)
458 * @param sessionId the session id the call applies to
470 verify(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> message,
477 * @param sessionId the session id the call applies to
490 signRSA(SessionId sessionId, string algorithm, vec<uint8_t> message,
512 * @param sessionId identifies the session the event originated from
515 sendEvent(EventType eventType, SessionId sessionId, vec<uint8_t> data);
522 * @param sessionId identifies the session the event originated from
527 sendExpirationUpdate(SessionId sessionId, int64_t expiryTimeInMS);
534 * @param sessionId identifies the session the event originated from
540 sendKeysChange(SessionId sessionId, vec<KeyStatus> keyStatusList,