OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsE
(Results
1 - 12
of
12
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpgfp_exp.c
55
BNU_CHUNK_T* cpGFpExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int
nsE
, gsModEngine* pGFE)
58
cpMontExpBin_BNU(pR, pA,cpFix_BNU(pA, elemLen), pE,cpFix_BNU(pE,
nsE
), pGFE);
pcpmont_expbinbnu.c
83
const BNU_CHUNK_T* dataE, cpSize
nsE
,
93
if( cpEqu_BNU_CHUNK(dataE,
nsE
, 0) ) {
109
BNU_CHUNK_T eValue = dataE[
nsE
-1];
127
for(--
nsE
;
nsE
>0;
nsE
--) {
128
eValue = dataE[
nsE
-1];
pcpgfpstuff.h
113
__INLINE int cpGFpElementLen(const BNU_CHUNK_T* pE, int
nsE
)
115
for(;
nsE
>1 && 0==pE[
nsE
-1];
nsE
--) ;
116
return
nsE
;
118
__INLINE BNU_CHUNK_T* cpGFpElementCopy(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pE, int
nsE
)
121
for(n=0; n<
nsE
; n++) pR[n] = pE[n];
124
__INLINE BNU_CHUNK_T* cpGFpElementPadd(BNU_CHUNK_T* pE, int
nsE
, BNU_CHUNK_T filler)
127
for(n=0; n<
nsE
; n++) pE[n] = filler;
130
__INLINE BNU_CHUNK_T* cpGFpElementCopyPadd(BNU_CHUNK_T* pR, int nsR, const BNU_CHUNK_T* pE, int
nsE
)
[
all
...]
pcpngmontexpstuff_avx512.h
97
const BNU_CHUNK_T* dataE, cpSize
nsE
,
104
const BNU_CHUNK_T* dataE, cpSize
nsE
,
111
const BNU_CHUNK_T* dataE, cpSize
nsE
,
118
const BNU_CHUNK_T* dataE, cpSize
nsE
,
pcpngmontexpstuff_sse2.h
95
const BNU_CHUNK_T* dataE, cpSize
nsE
,
102
const BNU_CHUNK_T* dataE, cpSize
nsE
,
109
const BNU_CHUNK_T* dataE, cpSize
nsE
,
116
const BNU_CHUNK_T* dataE, cpSize
nsE
,
pcpgfpx_multiexp.c
134
static int cpGetMaxBitsizeExponent(const BNU_CHUNK_T* ppE[], int
nsE
[], int nItems)
138
int expBitSize = BITSIZE_BNU(ppE[0],
nsE
[0]);
140
expBitSize = IPP_MAX(expBitSize, BITSIZE_BNU(ppE[n],
nsE
[n]));
146
BNU_CHUNK_T* cpGFpxMultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], int
nsE
[], int nItems,
160
int expBitSize = cpGetMaxBitsizeExponent(ppE,
nsE
, nItems);
169
cpGFpElementCopyPadd(pData, elmLen, ppE[n],
nsE
[n]);
pcpmask_ct.h
129
__INLINE BNU_CHUNK_T cpIsGFpElemEquChunk_ct(const BNU_CHUNK_T* pE, int
nsE
, BNU_CHUNK_T x)
133
for (i = 1; i <
nsE
; i++) {
pcpgfpx_exp.c
88
BNU_CHUNK_T* cpGFpxExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int
nsE
,
94
FIX_BNU(pE,
nsE
);
107
int expBitSize = BITSIZE_BNU(pE,
nsE
);
150
cpGFpElementCopy(pExpandedE, pE,
nsE
);
pcpngmontexpstuff_avx2.h
117
const BNU_CHUNK_T* dataE, cpSize
nsE
,
124
const BNU_CHUNK_T* dataE, cpSize
nsE
,
131
const BNU_CHUNK_T* dataE, cpSize
nsE
,
138
const BNU_CHUNK_T* dataE, cpSize
nsE
,
pcpgfpecsetpointrand.c
148
int
nsE
= cpMod_BNU(pExp, generatedLen, MOD_MODULUS(ECP_MONT_R(pEC)), BITS_BNU_CHUNK(ECP_ORDBITSIZE(pEC)));
150
gfec_MulPoint(pPoint, &G, pExp,
nsE
, pEC, pScratchBuffer);
pcpmontgomery.h
234
const BNU_CHUNK_T* pE, cpSize
nsE
,
240
const BNU_CHUNK_T* pE, cpSize
nsE
,
251
cpSize
nsE
= BN_SIZE(pEbn);
253
cpSize nsY = cpMontExpBin_BNU_sscm(pY, pX,nsX, pE,
nsE
, pMont);
267
cpSize
nsE
= BN_SIZE(pEbn);
269
cpSize nsY = cpMontExpBin_BNU(pY, pX,nsX, pE,
nsE
, pModEngine);
pcpgfpxstuff.h
167
BNU_CHUNK_T* cpGFpxExp (BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int
nsE
, gsModEngine* pGFEx, Ipp8u* pScratchBuffer);
170
BNU_CHUNK_T* cpGFpxMultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], int
nsE
[], int nItems,
Completed in 538 milliseconds