Sunshine latest
Self-hosted game stream host for Moonlight.
crypto::cipher::gcm_t Member List

This is the complete list of members for crypto::cipher::gcm_t, including all inherited members.

decrypt(const std::string_view &cipher, std::vector< std::uint8_t > &plaintext, aes_t *iv) (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
decrypt_ctx (defined in crypto::cipher::cipher_t)crypto::cipher::cipher_t
encrypt(const std::string_view &plaintext, std::uint8_t *tag, std::uint8_t *ciphertext, aes_t *iv)crypto::cipher::gcm_t
encrypt(const std::string_view &plaintext, std::uint8_t *tagged_cipher, aes_t *iv)crypto::cipher::gcm_t
encrypt_ctx (defined in crypto::cipher::cipher_t)crypto::cipher::cipher_t
gcm_t()=default (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
gcm_t(gcm_t &&) noexcept=default (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
gcm_t(const crypto::aes_t &key, bool padding=true) (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
key (defined in crypto::cipher::cipher_t)crypto::cipher::cipher_t
operator=(gcm_t &&) noexcept=default (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
padding (defined in crypto::cipher::cipher_t)crypto::cipher::cipher_t