Home
last modified time | relevance | path

Searched refs:gsModMethod (Results 1 – 22 of 22) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dgsmodmethod_dlp.c49 static gsModMethod* gsModArithDLP_C(void) in gsModArithDLP_C()
51 static gsModMethod m = { in gsModArithDLP_C()
67 static gsModMethod* gsModArithDLP_X(void) in gsModArithDLP_X()
69 static gsModMethod m = { in gsModArithDLP_X()
86 gsModMethod* gsModArithDLP(void) in gsModArithDLP()
Dgsmodmethod_mont.c49 static gsModMethod* gsModArithMont_C(void) in gsModArithMont_C()
51 static gsModMethod m = { in gsModArithMont_C()
67 static gsModMethod* gsModArithMont_X(void) in gsModArithMont_X()
69 static gsModMethod m = { in gsModArithMont_X()
86 gsModMethod* gsModArithMont(void) in gsModArithMont()
Dgsmodmethod_gfp.c49 static gsModMethod* gsArithGFp_C(void) in gsArithGFp_C()
51 static gsModMethod m = { in gsArithGFp_C()
67 static gsModMethod* gsArithGFp_X(void) in gsArithGFp_X()
69 static gsModMethod m = { in gsArithGFp_X()
86 gsModMethod* gsArithGFp(void) in gsArithGFp()
Dgsmodmethod.c47 static gsModMethod* gsModArith_C(void) in gsModArith_C()
49 static gsModMethod m = { in gsModArith_C()
65 static gsModMethod* gsModArith_X(void) in gsModArith_X()
67 static gsModMethod m = { in gsModArith_X()
84 gsModMethod* gsModArith(void) in gsModArith()
Dgsmodmethod_rsa.c49 static gsModMethod* gsModArithRSA_C(void) in gsModArithRSA_C()
51 static gsModMethod m = { in gsModArithRSA_C()
67 static gsModMethod* gsModArithRSA_X(void) in gsModArithRSA_X()
69 static gsModMethod m = { in gsModArithRSA_X()
86 gsModMethod* gsModArithRSA(void) in gsModArithRSA()
Dgsmodmethod.h77 } gsModMethod; typedef
100 gsModMethod* gsModArith(void);
104 gsModMethod* gsModArithRSA(void);
108 gsModMethod* gsModArithMont(void);
112 gsModMethod* gsModArithDLP(void);
116 gsModMethod* gsArithGFp(void);
Dpcpgfpxmethod_com.c55 static gsModMethod* gsPolyArith(void) in gsPolyArith()
57 static gsModMethod m = { in gsPolyArith()
Dpcpgfpmethod.h79 const gsModMethod* arith;
84 gsModMethod* gsArithGFp(void);
Dpcpgfpxmethod_binom.c102 static gsModMethod* gsPolyArith_binom(void) in gsPolyArith_binom()
104 static gsModMethod m = { in gsPolyArith_binom()
Dgsmodstuff.h63 const gsModMethod* method; /* modular arithmetic methods */
104 …sModEngine* pME, const Ipp32u* pModulus, int modulusBitSize, int numpe, const gsModMethod* method);
Dpcpgfpmethod_256.h133 static gsModMethod* gsArithGF_p256(void) in gsArithGF_p256()
135 static gsModMethod m = { in gsArithGF_p256()
Dpcpgfpmethod_384r1.c172 static gsModMethod* gsArithGF_p384r1(void) in gsArithGF_p384r1()
174 static gsModMethod m = { in gsArithGF_p384r1()
Dpcpgfpxmethod_binom2.c172 static gsModMethod* gsPolyArith_binom2(void) in gsPolyArith_binom2()
174 static gsModMethod m = { in gsPolyArith_binom2()
Dpcpgfpmethod_521r1.c180 static gsModMethod* gsArithGF_p521r1(void) in gsArithGF_p521r1()
182 static gsModMethod m = { in gsArithGF_p521r1()
Dpcpgfpmethod_192r1.c176 static gsModMethod* gsArithGF_p192r1(void) in gsArithGF_p192r1()
178 static gsModMethod m = { in gsArithGF_p192r1()
Dpcpgfpmethod_224r1.c171 static gsModMethod* gsArithGF_p224r1(void) in gsArithGF_p224r1()
173 static gsModMethod m = { in gsArithGF_p224r1()
Dpcpgfpmethod_256r1.c168 static gsModMethod* gsArithGF_p256r1(void) in gsArithGF_p256r1()
170 static gsModMethod m = { in gsArithGF_p256r1()
Dpcpgfpxmethod_binom_epid2.c253 static gsModMethod* gsPolyArith_binom2_epid2(void) in gsPolyArith_binom2_epid2()
255 static gsModMethod m = { in gsPolyArith_binom2_epid2()
Dpcpgfpxmethod_binom3.c177 static gsModMethod* gsPolyArith_binom3(void) in gsPolyArith_binom3()
179 static gsModMethod m = { in gsPolyArith_binom3()
Dpcpgfpxmethod_binom3_epid2.c235 static gsModMethod* gsPolyArith_binom3_epid2(void) in gsPolyArith_binom3_epid2()
237 static gsModMethod m = { in gsPolyArith_binom3_epid2()
Dpcpgfp_setgfp.c58 …cpGFESet(gsModEngine* pGFE, const BNU_CHUNK_T* pPrime, int primeBitSize, const gsModMethod* method) in cpGFESet()
Dgsmod_engineinit.c78 …gsModEngine* pME, const Ipp32u* pModulus, int modulusBitSize, int numpe, const gsModMethod* method) in gsModEngineInit()