Home
last modified time | relevance | path

Searched defs:pCtx (Results 1 – 24 of 24) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpstuff.h63 #define GFPE_ID(pCtx) ((pCtx)->idCtx) argument
64 #define GFPE_ROOM(pCtx) ((pCtx)->length) argument
65 #define GFPE_DATA(pCtx) ((pCtx)->pData) argument
67 #define GFPE_TEST_ID(pCtx) (GFPE_ID((pCtx))==idCtxGFPE) argument
83 #define GFP_ID(pCtx) ((pCtx)->idCtx) argument
84 #define GFP_PMA(pCtx) ((pCtx)->pGFE) argument
86 #define GFP_PARENT(pCtx) MOD_PARENT((pCtx)) argument
87 #define GFP_EXTDEGREE(pCtx) MOD_EXTDEG((pCtx)) argument
88 #define GFP_FEBITLEN(pCtx) MOD_BITSIZE((pCtx)) argument
89 #define GFP_FELEN(pCtx) MOD_LEN((pCtx)) argument
[all …]
Dpcpgfpecstuff.h157 #define ECP_ID(pCtx) ((pCtx)->idCtx) argument
158 #define ECP_GFP(pCtx) ((pCtx)->pGF) argument
159 #define ECP_SUBGROUP(pCtx) ((pCtx)->subgroup) argument
160 #define ECP_POINTLEN(pCtx) ((pCtx)->elementSize) argument
161 #define ECP_ORDBITSIZE(pCtx) ((pCtx)->orderBitSize) argument
162 #define ECP_COFACTOR(pCtx) ((pCtx)->cofactor) argument
163 #define ECP_SPECIFIC(pCtx) ((pCtx)->parmAspc) argument
164 #define ECP_INFINITY(pCtx) ((pCtx)->infinity) argument
165 #define ECP_A(pCtx) ((pCtx)->pA) argument
166 #define ECP_B(pCtx) ((pCtx)->pB) argument
[all …]
Dpcpaes_sivstuff.h62 __INLINE void cpAES_CMAC(Ipp8u mac[MBS_RIJ128], const Ipp8u* pSrc, int len, IppsAES_CMACState* pCtx) in cpAES_CMAC()
67 …AES_S2V_init(Ipp8u v[MBS_RIJ128], const Ipp8u* pKey, int keyLen, IppsAES_CMACState* pCtx, int ctxS… in cpAES_S2V_init()
90 …INE void cpAES_S2V_update(Ipp8u v[MBS_RIJ128], const Ipp8u* pSrc, int len, IppsAES_CMACState* pCtx) in cpAES_S2V_update()
98 …atic void cpAES_S2V_final(Ipp8u v[MBS_RIJ128], const Ipp8u* pSrc, int len, IppsAES_CMACState* pCtx) in cpAES_S2V_final()
Dpcpaes_cbc.h83 const IppsAESSpec* pCtx) in cpDecryptAES_cbc()
173 const Ipp8u* pSrc, Ipp8u* pDst, int nBlocks, const IppsAESSpec* pCtx) in cpEncryptAES_cbc()
Dpcpaes_ctr_process.h112 const IppsAESSpec* pCtx, in cpProcessAES_ctr()
224 IppStatus cpProcessAES_ctr128(const Ipp8u* pSrc, Ipp8u* pDst, int dataLen, const IppsAESSpec* pCtx,… in cpProcessAES_ctr128()
Dpcphash_init.c59 int cpInitHash(IppsHashState* pCtx, IppHashAlgId algID) in cpInitHash()
Dpcpaes_cmac_stuff.h66 static void init(IppsAES_CMACState* pCtx) in init()
Dpcphash_reinit.c73 int cpReInitHash(IppsHashState* pCtx, IppHashAlgId algID) in cpReInitHash()
Dpcpmont_unpackctx.c66 void cpUnpackMontCtx(const Ipp8u* pBuffer, IppsMontState* pCtx) in cpUnpackMontCtx()
Dpcpmont_packctx.c66 void cpPackMontCtx(const IppsMontState* pCtx, Ipp8u* pBuffer) in cpPackMontCtx()
Dpcpdes.h107 #define ENCRYPT_DES(blk, pCtx) Cipher_DES((blk), DES_EKEYS((pCtx)), DESspbox) argument
108 #define DECRYPT_DES(blk, pCtx) Cipher_DES((blk), DES_DKEYS((pCtx)), DESspbox) argument
Dgsmod_packctx.c61 void gsPackModEngineCtx(const gsModEngine* pCtx, Ipp8u* pBuffer) in gsPackModEngineCtx()
Dgsmod_unpackctx.c58 void gsUnpackModEngineCtx(const Ipp8u* pBuffer, gsModEngine* pCtx) in gsUnpackModEngineCtx()
Dpcpsms4_encrypt_cbc.h84 const IppsSMS4Spec* pCtx) in cpEncryptSMS4_cbc()
Dpcpsms4_process_ofb8.h71 const IppsSMS4Spec* pCtx, in cpProcessSMS4_ofb8()
Dpcpsms4_decrypt_cbc.h84 const IppsSMS4Spec* pCtx) in cpDecryptSMS4_cbc()
Dpcphash_digest.c59 void cpComputeDigest(Ipp8u* pHashTag, int hashTagLen, const IppsHashState* pCtx) in cpComputeDigest()
Dpcphash.h175 #define HASH_VALID_ID(pCtx) (HASH_CTX_ID((pCtx))==idCtxHash) argument
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp842 int slesProcessNext(void *pCtx, double *pSamples, long maxSamples) { in slesProcessNext()
1005 int* slesGetRecorderBufferPeriod(void *pCtx) { in slesGetRecorderBufferPeriod()
1010 int slesGetRecorderMaxBufferPeriod(void *pCtx) { in slesGetRecorderMaxBufferPeriod()
1015 int64_t slesGetRecorderVarianceBufferPeriod(void *pCtx) { in slesGetRecorderVarianceBufferPeriod()
1020 int* slesGetPlayerBufferPeriod(void *pCtx) { in slesGetPlayerBufferPeriod()
1025 int slesGetPlayerMaxBufferPeriod(void *pCtx) { in slesGetPlayerMaxBufferPeriod()
1030 int64_t slesGetPlayerVarianceBufferPeriod(void *pCtx) { in slesGetPlayerVarianceBufferPeriod()
1035 int slesGetCaptureRank(void *pCtx) { in slesGetCaptureRank()
1048 int slesGetPlayerTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetPlayerTimeStampsAndExpectedBufferPeriod()
1054 int slesGetRecorderTimeStampsAndExpectedBufferPeriod(void *pCtx, callbackTimeStamps **ppTSs) { in slesGetRecorderTimeStampsAndExpectedBufferPeriod()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c45 long lFlags, IWbemContext *pCtx, IEnumWbemClassObject **ppEnum) in call_IWbemServices_ExecQuery()
65 long lFlags, IWbemContext *pCtx, IWbemObjectSink *pResponseHandler) in call_IWbemServices_ExecNotificationQueryAsync()
87 LPCWSTR strAuthority, IWbemContext *pCtx, IWbemServices **ppNamespace) in call_IWbemLocator_ConnectServer()
/external/sqlite/dist/orig/
Dshell.c880 sqlite3_context *pCtx, in shellModuleSchema()
914 sqlite3_context *pCtx, in shellAddSchemaName()
2260 sqlite3_context *pCtx, /* Context to return bytes written in */ in writeFile()
4688 sqlite3_context *pCtx, /* Store error here, if any */ in zipfileInflate()
7100 void *pCtx, in idxAuthCallback()
7305 sqlite3_context *pCtx, in idxSampleFunc()
7346 sqlite3_context *pCtx, in idxRemFunc()
7565 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1() local
8061 sqlite3_context *pCtx, in shellPutsFunc()
10303 static int session_filter(void *pCtx, const char *zTab){ in session_filter()
[all …]
Dsqlite3.c13724 sqlite3_context *pCtx; /* Used when p4type is P4_FUNCCTX */ member
20112 sqlite3_context *pCtx, /* Write error here if one occurs */ in localtimeOffset()
20215 sqlite3_context *pCtx, /* Function context */ in parseModifier()
/external/sqlite/dist/
Dshell.c886 sqlite3_context *pCtx, in shellModuleSchema()
920 sqlite3_context *pCtx, in shellAddSchemaName()
2266 sqlite3_context *pCtx, /* Context to return bytes written in */ in writeFile()
4694 sqlite3_context *pCtx, /* Store error here, if any */ in zipfileInflate()
7106 void *pCtx, in idxAuthCallback()
7311 sqlite3_context *pCtx, in idxSampleFunc()
7352 sqlite3_context *pCtx, in idxRemFunc()
7571 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1() local
8067 sqlite3_context *pCtx, in shellPutsFunc()
10309 static int session_filter(void *pCtx, const char *zTab){ in session_filter()
[all …]
Dsqlite3.c13724 sqlite3_context *pCtx; /* Used when p4type is P4_FUNCCTX */ member
20112 sqlite3_context *pCtx, /* Write error here if one occurs */ in localtimeOffset()
20215 sqlite3_context *pCtx, /* Function context */ in parseModifier()