Home
last modified time | relevance | path

Searched refs:cpToOctStr_BNU (Results 1 – 7 of 7) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnumisc.h208 #define cpToOctStr_BNU OWNAPI(cpToOctStr_BNU) macro
209 int cpToOctStr_BNU(Ipp8u* pStr, cpSize strLen, const BNU_CHUNK_T* pA, cpSize nsA);
Dpcpgfp_getoctstring.c65 error = (0 == cpToOctStr_BNU(pStr, strSize, pTmp, elemLen)); in cpGFpGetOctString()
Dpcpbngetoctstr.c89 … return cpToOctStr_BNU(pOctStr,strLen, BN_NUMBER(pBN),BN_SIZE(pBN))? ippStsNoErr : ippStsLengthErr;
Dpcpbnu_getoctstr.c76 cpSize cpToOctStr_BNU(Ipp8u* pStr, cpSize strLen, const BNU_CHUNK_T* pA, cpSize nsA) in cpToOctStr_BNU() function
Dpcpgfpecsetpointhash_rmf.c143 cpToOctStr_BNU(hdrOctStr, sizeof(hdrOctStr), &locHdr, 1);
Dpcpgfpecsetpointhash.c143 cpToOctStr_BNU(hdrOctStr, sizeof(hdrOctStr), &locHdr, 1);
Dpcpprng_gen.c146 cpToOctStr_BNU(TXVAL, xKeySize, XVAL, xKeyLen); in cpPRNGen()