Home
last modified time | relevance | path

Searched refs:CapsChaCha (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c204 if (CapsChaCha(session) && DFileGetDeviceBits() == DEVICE_32_BITS && in DFileGetCipherCaps()
221 DFILE_LOGI(TAG, "opposite replies %s use chacha cipher", CapsChaCha(session) ? "" : "no"); in DFileChooseCipherType()
H A Dnstackx_file_manager.c1038 if (CapsChaCha(fileList->context)) { in SetCryptPara()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h239 static inline bool CapsChaCha(const struct DFileSession *session) in CapsChaCha() function