Home
last modified time | relevance | path

Searched refs:CHACHA20_KEY_LENGTH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h44 #define CHACHA20_KEY_LENGTH 32 macro
H A Dnstackx_openssl.h44 #define CHACHA20_KEY_LENGTH 32 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c216 (session->fileManager->keyLen == CHACHA20_KEY_LENGTH)) { in DFileChooseCipherType()
H A Dnstackx_file_manager.c1399 if ((keyLen != AES_128_KEY_LENGTH && keyLen != CHACHA20_KEY_LENGTH) || key == NULL || in FileManagerInit()
H A Dnstackx_dfile_session.c2020 if ((keyLen != AES_128_KEY_LENGTH && keyLen != CHACHA20_KEY_LENGTH) || key == NULL) { in CreateFileManager()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h241 …return (session->fileManager->keyLen == CHACHA20_KEY_LENGTH) && (session->capability & NSTACKX_CAP… in CapsChaCha()