Searched refs:CapsChaCha (Results 1 – 3 of 3) sorted by relevance
204 if (CapsChaCha(session) && DFileGetDeviceBits() == DEVICE_32_BITS && in DFileGetCipherCaps()221 DFILE_LOGI(TAG, "opposite replies %s use chacha cipher", CapsChaCha(session) ? "" : "no"); in DFileChooseCipherType()
1038 if (CapsChaCha(fileList->context)) { in SetCryptPara()
239 static inline bool CapsChaCha(const struct DFileSession *session) in CapsChaCha() function