Home
last modified time | relevance | path

Searched refs:NSTACKX_CIPHER_CHACHA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_private.h38 #define NSTACKX_CIPHER_CHACHA NBITS(CIPHER_CHACHA) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c206 settingFramePara->cipherCapability |= NSTACKX_CIPHER_CHACHA; in DFileGetCipherCaps()
215 …if ((hostSettingFrame->cipherCapability & NSTACKX_CIPHER_CHACHA) && (DFileGetDeviceBits() == DEVIC… in DFileChooseCipherType()