HomeSort by relevance Sort by last modified time
    Searched refs:OctStr256 (Results 1 - 11 of 11) sorted by null

  /external/epid-sdk/epid/common-testhelper/
octstr-testhelper.h 27 /// Compares 2 OctStr256
35 OctStr256 A
37 OctStr256 B
44 EpidStatus Cmp_OctStr256(const OctStr256* pA, const OctStr256* pB,
octstr-testhelper.cc 36 /// Internal function to create BigNum from an OctStr256
37 EpidStatus create_BigNum(IppsBigNumState** bn, const OctStr256* str) {
42 unsigned int byte_size = sizeof(OctStr256);
96 EpidStatus Cmp_OctStr256(const OctStr256* pA, const OctStr256* pB,
  /external/epid-sdk/epid/member/src/
join_commitment.h 28 typedef struct OctStr256 OctStr256;
29 typedef struct OctStr256 IssuerNonce;
  /external/epid-sdk/epid/member/tpm2/unittests/
conversion-tss-test.cc 28 bool operator==(OctStr256 const& lhs, OctStr256 const& rhs) {
29 return 0 == std::memcmp(&lhs, &rhs, sizeof(OctStr256));
64 OctStr256 stub = {0};
72 ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data(),
75 EXPECT_EQ(*(OctStr256*)this->kTpmFfElemStrData.data(),
76 *(OctStr256*)ecc_parameter.b.buffer);
84 OctStr256 result = {0};
91 OctStr256 result = {0};
92 THROW_ON_EPIDERR(ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data()
    [all...]
  /external/epid-sdk/epid/common/
file_parser.h 78 OctStr256 prime; ///< Prime of GF(p)
79 OctStr256 a; ///< Coefficient of E Curve
80 OctStr256 b; ///< Coefficient of E Curve
81 OctStr256 x; ///< X coordinate of Base point G
82 OctStr256 y; ///< Y coordinate of Base point G
83 OctStr256 r; ///< Order of base point
types.h 91 typedef struct OctStr256 {
93 } OctStr256;
101 OctStr256 data; ///< 256 bit octet string
105 OctStr256 data; ///< 256 bit octet string
109 OctStr256 data; ///< 256 bit octet string
181 typedef OctStr256 Seed;
204 typedef OctStr256 IssuerNonce;
345 OctStr256 x; ///< 256-bit integer
346 OctStr256 y; ///< 256-bit integer
351 OctStr256 x; ///< 256-bit intege
    [all...]
  /external/epid-sdk/epid/member/tpm2/ibm_tss/
conversion.h 76 EpidStatus ReadTpm2FfElement(OctStr256 const* str,
91 OctStr256* str);
conversion.c 52 EpidStatus ReadTpm2FfElement(OctStr256 const* str,
58 memcpy_S(tpm_data->b.buffer, MAX_ECC_KEY_BYTES, str, sizeof(OctStr256))) {
61 tpm_data->b.size = (UINT16)sizeof(OctStr256);
66 OctStr256* str) {
67 if (!tpm_data || !str || tpm_data->b.size > (UINT16)sizeof(OctStr256)) {
71 size_t real_size = sizeof(OctStr256);
sign.c 104 (OctStr256*)&k_str);
111 (OctStr256*)&s_str);
  /external/epid-sdk/epid/common/1.1/
types.h 130 OctStr256 c; ///< a 256-bit integer
147 OctStr256 c; ///< a 256-bit integer
  /external/epid-sdk/doc/html/
group___epid_types.js 19 [ "OctStr256", "struct_oct_str256.html", [

Completed in 595 milliseconds