CCF
Loading...
Searching...
No Matches
ccf::crypto::KeyAesGcm Member List

This is the complete list of members for ccf::crypto::KeyAesGcm, including all inherited members.

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 =0ccf::crypto::KeyAesGcmpure 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 =0ccf::crypto::KeyAesGcmpure virtual
key_size() const =0ccf::crypto::KeyAesGcmpure virtual
KeyAesGcm()=defaultccf::crypto::KeyAesGcm
~KeyAesGcm()=defaultccf::crypto::KeyAesGcmvirtual