cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
ECC_KEY Struct Reference

Public Attributes

const CRYPT_ECCCURVE_TYPE curveType
 
const int pLen
 
const BYTE p [66]
 
const int aLen
 
const BYTE a [66]
 
const int bLen
 
const BYTE b [66]
 
const int gxLen
 
const BYTE gx [66]
 
const int gyLen
 
const BYTE gy [66]
 
const int nLen
 
const BYTE n [66]
 
const int qxLen
 
const BYTE qx [66]
 
const int qyLen
 
const BYTE qy [66]
 
const int dLen
 
const BYTE d [66]
 

Detailed Description

Definition at line 532 of file loadkey.c.

Member Data Documentation

const BYTE ECC_KEY::a[66]

Definition at line 535 of file loadkey.c.

const int ECC_KEY::aLen

Definition at line 535 of file loadkey.c.

const BYTE ECC_KEY::b[66]

Definition at line 536 of file loadkey.c.

const int ECC_KEY::bLen

Definition at line 536 of file loadkey.c.

const CRYPT_ECCCURVE_TYPE ECC_KEY::curveType

Definition at line 533 of file loadkey.c.

const BYTE ECC_KEY::d[66]

Definition at line 542 of file loadkey.c.

const int ECC_KEY::dLen

Definition at line 542 of file loadkey.c.

const BYTE ECC_KEY::gx[66]

Definition at line 537 of file loadkey.c.

const int ECC_KEY::gxLen

Definition at line 537 of file loadkey.c.

const BYTE ECC_KEY::gy[66]

Definition at line 538 of file loadkey.c.

const int ECC_KEY::gyLen

Definition at line 538 of file loadkey.c.

const BYTE ECC_KEY::n[66]

Definition at line 539 of file loadkey.c.

const int ECC_KEY::nLen

Definition at line 539 of file loadkey.c.

const BYTE ECC_KEY::p[66]

Definition at line 534 of file loadkey.c.

const int ECC_KEY::pLen

Definition at line 534 of file loadkey.c.

const BYTE ECC_KEY::qx[66]

Definition at line 540 of file loadkey.c.

const int ECC_KEY::qxLen

Definition at line 540 of file loadkey.c.

const BYTE ECC_KEY::qy[66]

Definition at line 541 of file loadkey.c.

const int ECC_KEY::qyLen

Definition at line 541 of file loadkey.c.


The documentation for this struct was generated from the following file: