Data Fields
ECJPAKE_Operation Union Reference

Union containing pointers to all supported operation structs. More...

#include <ECJPAKE.h>

Collaboration diagram for ECJPAKE_Operation:
Collaboration graph
[legend]

Data Fields

ECJPAKE_OperationRoundOneGenerateKeysgenerateRoundOneKeys
 
ECJPAKE_OperationGenerateZKPgenerateZKP
 
ECJPAKE_OperationVerifyZKPverifyZKP
 
ECJPAKE_OperationRoundTwoGenerateKeysgenerateRoundTwoKeys
 
ECJPAKE_OperationComputeSharedSecretcomputeSharedSecret
 

Detailed Description

Union containing pointers to all supported operation structs.

Field Documentation

§ generateRoundOneKeys

ECJPAKE_OperationRoundOneGenerateKeys* ECJPAKE_Operation::generateRoundOneKeys

A pointer to an ECJPAKE_OperationRoundOneGenerateKeys struct

§ generateZKP

ECJPAKE_OperationGenerateZKP* ECJPAKE_Operation::generateZKP

A pointer to an ECJPAKE_OperationGenerateZKP struct

§ verifyZKP

ECJPAKE_OperationVerifyZKP* ECJPAKE_Operation::verifyZKP

A pointer to an ECJPAKE_OperationVerifyZKP struct

§ generateRoundTwoKeys

ECJPAKE_OperationRoundTwoGenerateKeys* ECJPAKE_Operation::generateRoundTwoKeys

A pointer to an ECJPAKE_OperationRoundTwoGenerateKeys struct

§ computeSharedSecret

ECJPAKE_OperationComputeSharedSecret* ECJPAKE_Operation::computeSharedSecret

A pointer to an ECJPAKE_OperationComputeSharedSecret struct


The documentation for this union was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale