Skip to content

Mbed TLS platform

«interface»SolidSyslogSecurityPolicyMbedTlsHmacSha256PolicyMbedTls

Struct SolidSyslogMbedTlsHmacSha256PolicyConfig

ClassList > SolidSyslogMbedTlsHmacSha256PolicyConfig

  • #include <SolidSyslogMbedTlsHmacSha256Policy.h>
struct SolidSyslogMbedTlsHmacSha256PolicyConfig
{
    SolidSyslogKeyFunction GetKey;
    void* KeyContext;
};

Public Attributes Documentation

GetKey

Fetches the HMAC key on demand; required.

SolidSyslogKeyFunction SolidSyslogMbedTlsHmacSha256PolicyConfig::GetKey;

Must report at least 32 bytes (the SHA-256 output size) or seal/verify fails closed.


KeyContext

Passed back to GetKey unchanged; NULL is fine.

void* SolidSyslogMbedTlsHmacSha256PolicyConfig::KeyContext;



The documentation for this class was generated from the following file Platform/MbedTls/Interface/SolidSyslogMbedTlsHmacSha256Policy.h