Home
last modified time | relevance | path

Searched defs:stt (Results 1 – 11 of 11) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpaesauthccm.h79 #define AESCCM_ID(stt) ((stt)->idCtx) argument
80 #define AESCCM_MSGLEN(stt) ((stt)->msgLen) argument
81 #define AESCCM_LENPRO(stt) ((stt)->lenProcessed) argument
82 #define AESCCM_TAGLEN(stt) ((stt)->tagLen) argument
83 #define AESCCM_COUNTER(stt) ((stt)->counterVal) argument
84 #define AESCCM_CTR0(stt) ((stt)->ctr0) argument
85 #define AESCCM_S0(stt) ((stt)->s0) argument
86 #define AESCCM_Si(stt) ((stt)->si) argument
87 #define AESCCM_BLK(stt) ((stt)->blk) argument
88 #define AESCCM_MAC(stt) ((stt)->mac) argument
[all …]
Dpcpsms4authccm.h78 #define SMS4CCM_ID(stt) ((stt)->idCtx) argument
79 #define SMS4CCM_MSGLEN(stt) ((stt)->msgLen) argument
80 #define SMS4CCM_LENPRO(stt) ((stt)->lenProcessed) argument
81 #define SMS4CCM_TAGLEN(stt) ((stt)->tagLen) argument
82 #define SMS4CCM_COUNTER(stt) ((stt)->counterVal) argument
83 #define SMS4CCM_CTR0(stt) ((stt)->ctr0) argument
84 #define SMS4CCM_S0(stt) ((stt)->s0) argument
85 #define SMS4CCM_Si(stt) ((stt)->si) argument
86 #define SMS4CCM_BLK(stt) ((stt)->blk) argument
87 #define SMS4CCM_MAC(stt) ((stt)->mac) argument
[all …]
Dpcpaesauthgcm.h117 #define AESGCM_ID(stt) ((stt)->idCtx) argument
118 #define AESGCM_STATE(stt) ((stt)->state) argument
120 #define AESGCM_IV_LEN(stt) ((stt)->ivLen) argument
121 #define AESGCM_AAD_LEN(stt) ((stt)->aadLen) argument
122 #define AESGCM_TXT_LEN(stt) ((stt)->txtLen) argument
124 #define AESGCM_BUFLEN(stt) ((stt)->bufLen) argument
125 #define AESGCM_COUNTER(stt) ((stt)->counter) argument
126 #define AESGCM_ECOUNTER0(stt) ((stt)->ecounter0) argument
127 #define AESGCM_ECOUNTER(stt) ((stt)->ecounter) argument
128 #define AESGCM_GHASH(stt) ((stt)->ghash) argument
[all …]
Dpcphash_rmf.h66 #define HASH_CTX_ID(stt) ((stt)->idCtx) argument
67 #define HASH_METHOD(stt) ((stt)->pMethod) argument
68 #define HAHS_BUFFIDX(stt) ((stt)->msgBuffIdx) argument
69 #define HASH_BUFF(stt) ((stt)->msgBuffer) argument
70 #define HASH_LENLO(stt) ((stt)->msgLenLo) argument
71 #define HASH_LENHI(stt) ((stt)->msgLenHi) argument
72 #define HASH_VALUE(stt) ((stt)->msgHash) argument
Dpcpcmac.h78 #define CMAC_ID(stt) ((stt)->idCtx) argument
79 #define CMAC_INDX(stt) ((stt)->index) argument
80 #define CMAC_K1(stt) ((stt)->k1) argument
81 #define CMAC_K2(stt) ((stt)->k2) argument
82 #define CMAC_BUFF(stt) ((stt)->mBuffer) argument
83 #define CMAC_MAC(stt) ((stt)->mMAC) argument
84 #define CMAC_CIPHER(stt) ((stt)->mCipherCtx) argument
Dpcphmac.h67 #define HMAC_CTX_ID(stt) ((stt)->idCtx) argument
68 #define HASH_CTX(stt) ((stt)->hashCtx) argument
69 #define HMAC_VALID_ID(stt) (HMAC_CTX_ID((stt))==idCtxHMAC) argument
Dpcphash.h166 #define HASH_CTX_ID(stt) ((stt)->idCtx) argument
167 #define HASH_ALG_ID(stt) ((stt)->algID) argument
168 #define HASH_LENLO(stt) ((stt)->msgLenLo) argument
169 #define HASH_LENHI(stt) ((stt)->msgLenHi) argument
170 #define HASH_FUNC(stt) ((stt)->hashProc) argument
171 #define HASH_FUNC_PAR(stt) ((stt)->pParam) argument
172 #define HASH_VALUE(stt) ((stt)->msgHash) argument
173 #define HAHS_BUFFIDX(stt) ((stt)->msgBuffIdx) argument
174 #define HASH_BUFF(stt) ((stt)->msgBuffer) argument
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c123 LegacyAgc* stt; in WebRtcAgc_AddMic() local
254 LegacyAgc* stt = (LegacyAgc*)state; in WebRtcAgc_AddFarend() local
265 LegacyAgc* stt; in WebRtcAgc_GetAddFarendError() local
291 LegacyAgc* stt; in WebRtcAgc_VirtualMic() local
426 void WebRtcAgc_UpdateAgcThresholds(LegacyAgc* stt) { in WebRtcAgc_UpdateAgcThresholds()
476 void WebRtcAgc_SaturationCtrl(LegacyAgc* stt, in WebRtcAgc_SaturationCtrl()
501 void WebRtcAgc_ZeroCtrl(LegacyAgc* stt, int32_t* inMicLevel, int32_t* env) { in WebRtcAgc_ZeroCtrl()
562 void WebRtcAgc_SpeakerInactiveCtrl(LegacyAgc* stt) { in WebRtcAgc_SpeakerInactiveCtrl()
651 LegacyAgc* stt; in WebRtcAgc_ProcessAnalog() local
1142 LegacyAgc* stt; in WebRtcAgc_Process() local
[all …]
Ddigital_agc.c259 int32_t WebRtcAgc_InitDigital(DigitalAgc* stt, int16_t agcMode) { in WebRtcAgc_InitDigital()
284 int32_t WebRtcAgc_AddFarendToDigital(DigitalAgc* stt, in WebRtcAgc_AddFarendToDigital()
294 int32_t WebRtcAgc_ProcessDigital(DigitalAgc* stt, in WebRtcAgc_ProcessDigital()
/external/jsilver/src/com/google/streamhtmlparser/impl/
DJavascriptParserImpl.java299 StateTableTransition stt = new StateTableTransition(expression, in registerTransition() local
DHtmlParserImpl.java719 StateTableTransition stt = new StateTableTransition(expression, in registerTransition() local