aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
This is the complete list of members for Aws::Crt::Crypto::ByoHMAC, including all inherited members.
ByoHMAC(size_t digestSize, const ByteCursor &secret, Allocator *allocator=g_allocator) | Aws::Crt::Crypto::ByoHMAC | protected |
DigestInternal(ByteBuf &output, size_t truncateTo=0) noexcept=0 | Aws::Crt::Crypto::ByoHMAC | protectedpure virtual |
UpdateInternal(const ByteCursor &toHash) noexcept=0 | Aws::Crt::Crypto::ByoHMAC | protectedpure virtual |
~ByoHMAC()=default | Aws::Crt::Crypto::ByoHMAC | virtual |