Home
last modified time | relevance | path

Searched defs:tmpIn (Results 1 – 8 of 8) sorted by relevance

/third_party/openhitls/crypto/modes/src/
Dmodes_ctr.c30 const uint8_t *tmpIn = in; in MODES_CTR_LastHandle() local
51 const uint8_t *tmpIn = in; in MODES_CTR_RemHandle() local
69 const uint8_t *tmpIn = in + offset; in MODES_CTR_Crypt() local
Dasm_sm4_gcm.c80 const uint8_t *tmpIn = in + lastLen; in MODES_SM4_GCM_EncryptBlock() local
105 const uint8_t *tmpIn = in + lastLen; in MODES_SM4_GCM_DecryptBlock() local
Dasm_aes_ctr.c35 const uint8_t *tmpIn = in; in AES_CTR_EncryptBlock() local
Dasm_sm4_ctr.c39 const uint8_t *tmpIn = in + offset; in MODE_SM4_CTR_Encrypt() local
Dmodes_xts.c166 const uint8_t *tmpIn = *in; in BlocksCrypt() local
192 const uint8_t *tmpIn = in; in MODES_XTS_Encrypt() local
250 const uint8_t *tmpIn = in; in MODES_XTS_Decrypt() local
Dmodes.c374 const uint8_t *tmpIn = in; in MODES_CipherUpdate() local
/third_party/openhitls/crypto/siphash/src/
Dsiphash.c207 const uint8_t *tmpIn = in; in CRYPT_SIPHASH_Update() local
/third_party/lz4/lib/
Dlz4frame.c275 BYTE* tmpIn; /* starting position of data compress within internal buffer (>= tmpBuff) */ member
1268 BYTE* tmpIn; member