Searched defs:_cpGFpEC (Results 1 – 1 of 1) sorted by relevance
123 typedef struct _cpGFpEC { struct124 IppCtxId idCtx; /* EC identifier */126 IppsGFpState* pGF; /* arbitrary GF(p^d)*/128 int subgroup; /* set up subgroup */129 int elementSize; /* length of EC point */130 int orderBitSize; /* base_point order bitsize */131 BNU_CHUNK_T* pA; /* EC parameter A */132 BNU_CHUNK_T* pB; /* B */133 BNU_CHUNK_T* pG; /* base_point */134 BNU_CHUNK_T* cofactor; /* cofactor = #E/base_point order */[all …]