HomeSort by relevance Sort by last modified time
    Searched defs:PairingState (Results 1 - 5 of 5) sorted by null

  /external/epid-sdk/epid/common/math/
pairing.h 41 typedef struct PairingState PairingState;
66 ff exist for the entire lifetime of the new PairingState.
72 PairingState** ps);
74 /// Frees a previously allocated by PairingState.
83 void DeletePairingState(PairingState** ps);
98 EpidStatus Pairing(PairingState* ps, EcPoint const* a, EcPoint const* b,
  /external/epid-sdk/epid/member/tiny/math/
pairing.h 29 typedef struct PairingState PairingState;
36 void PairingInit(PairingState* state);
46 PairingState const* state);
mathtypes.h 97 typedef struct PairingState {
99 } PairingState;
  /external/epid-sdk/epid/member/tiny/src/
validate.h 33 typedef struct PairingState PairingState;
64 PairingState const* pairing_state);
84 PairingState const* pairing_state);
  /external/epid-sdk/epid/common/math/src/
pairing-internal.h 26 struct PairingState {

Completed in 115 milliseconds