Botan 3.6.1
Crypto and TLS for C&
|
#include <tpm2_util.h>
Static Public Member Functions | |
static constexpr AttributeWrapperT | read (UnderlyingT attributes) |
static constexpr UnderlyingT | render (AttributeWrapperT attributes) |
This is an internal helper structure to wrap TPMA_* attribute bit fields.
UnderlyingT | the TPMA_* bit field type |
AttributeWrapperT | the C++ struct type that wraps the TPMA_* bit field |
props | a bunch of std::pair mappping boolean members of AttributeWrapperT to the bit masks of the TPMA_* type |
Definition at line 249 of file tpm2_util.h.
|
inlinestaticconstexpr |
Definition at line 275 of file tpm2_util.h.
|
inlinestaticconstexpr |
Definition at line 265 of file tpm2_util.h.