Sunshine master
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)crypto::cipher::gcm_t
decrypt_ctxcrypto::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_ctxcrypto::cipher::cipher_t
gcm_t()=default (defined in crypto::cipher::gcm_t)crypto::cipher::gcm_t
gcm_t(gcm_t &&) noexcept=defaultcrypto::cipher::gcm_t
gcm_t(const crypto::aes_t &key, bool padding=true)crypto::cipher::gcm_t
keycrypto::cipher::cipher_t
operator=(gcm_t &&) noexcept=defaultcrypto::cipher::gcm_t
paddingcrypto::cipher::cipher_t