BSL v0.0.0 - 0.geda3e66
AMMOS Bundle Protocol Security Library (BSL)
|
Struct def for HMAC operation context. More...
#include <CryptoInterface.h>
Data Fields | |
void * | libhandle |
pointer to library specific data | |
BSL_CryptoCipherSHAVariant_e | SHA_variant |
SHA variant of context. | |
size_t | block_size |
Block size used by backend. | |
Struct def for HMAC operation context.
size_t BSL_AuthCtx_t::block_size |
Block size used by backend.
Referenced by BSL_AuthCtx_DigestSeq(), and BSL_AuthCtx_Init().