Lines Matching refs:keyId
400 * setCipherAlgorithm and the key selected by keyId, and return the
404 * @param keyId the ID of the key to use for encryption
413 encrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
418 * specified by setCipherAlgorithm and the key selected by keyId,
422 * @param keyId the ID of the key to use for decryption
432 decrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
437 * specified by setMacAlgorithm and the key selected by keyId and return
441 * @param keyId the ID of the key to use for decryption
450 sign(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> message)
455 * by setMacAlgorithm and the key selected by keyId, and compare with the
459 * @param keyId the ID of the key to use for decryption
470 verify(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> message,