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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpecc_psetdp.c 116 //cpConstructBN(&P, pLen, (BNU_CHUNK_T*)pP, NULL);
139 cpConstructBN(&P, rLen, (BNU_CHUNK_T*)pR, NULL);
140 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd128r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd128r2.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd192r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd224r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd256r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd384r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstd521r1.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpgfpecinitstdbn256.c 82 cpConstructBN(&R, rLen, (BNU_CHUNK_T*)pR, NULL);
83 cpConstructBN(&H, 1, &h, NULL);
pcpeccp.h 56 __INLINE IppsBigNumState* cpConstructBN(IppsBigNumState* pBN, cpSize len, BNU_CHUNK_T* pData, BNU_CHUNK_T* pBuffer)

Completed in 449 milliseconds