Struct:ttSignatureHashPair
#include trsocket.h typedef struct tsSignatureHashPair { ttUserS32Bit shpHashAlg; ttUserS32Bit shpSignAlg; } ttSignatureHashPair;
Structure Description
A distinctive combination of hash algorithm and signature algorithm, as would be used to authenticate of a message of arbitrary size.
Members
- shpHashAlg
- Hash algorithm (e.g. SADB_AALG_SHA1HMAC).
- shpSignAlg
- PKI signature algorithm (SADB_PUBKEY_RSA, SADB_PUBKEY_DSA or SADB_PUBKEY_ECDSA).