CCF
|
This is the complete list of members for ccf::crypto::KeyAesGcm_OpenSSL, including all inherited members.
ckm_aes_key_unwrap_pad(std::span< const uint8_t > cipher) const | ccf::crypto::KeyAesGcm_OpenSSL | |
ckm_aes_key_wrap_pad(std::span< const uint8_t > plain) const | ccf::crypto::KeyAesGcm_OpenSSL | |
decrypt(std::span< const uint8_t > iv, const uint8_t tag[GCM_SIZE_TAG], std::span< const uint8_t > cipher, std::span< const uint8_t > aad, std::vector< uint8_t > &plain) const override | ccf::crypto::KeyAesGcm_OpenSSL | virtual |
encrypt(std::span< const uint8_t > iv, std::span< const uint8_t > plain, std::span< const uint8_t > aad, std::vector< uint8_t > &cipher, uint8_t tag[GCM_SIZE_TAG]) const override | ccf::crypto::KeyAesGcm_OpenSSL | virtual |
key_size() const override | ccf::crypto::KeyAesGcm_OpenSSL | virtual |
KeyAesGcm()=default | ccf::crypto::KeyAesGcm | |
KeyAesGcm_OpenSSL(std::span< const uint8_t > rawKey) | ccf::crypto::KeyAesGcm_OpenSSL | |
KeyAesGcm_OpenSSL(const KeyAesGcm_OpenSSL &that)=delete | ccf::crypto::KeyAesGcm_OpenSSL | |
KeyAesGcm_OpenSSL(KeyAesGcm_OpenSSL &&that) | ccf::crypto::KeyAesGcm_OpenSSL | |
~KeyAesGcm()=default | ccf::crypto::KeyAesGcm | virtual |
~KeyAesGcm_OpenSSL() | ccf::crypto::KeyAesGcm_OpenSSL | inlinevirtual |