Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h455 int32_t SetCryptPara(FileListTask *fileList, const uint8_t key[], uint32_t keyLen);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1034 int32_t SetCryptPara(FileListTask *fileList, const uint8_t key[], uint32_t keyLen) in SetCryptPara() function
1597 …if (fileManager->keyLen > 0 && SetCryptPara(fmFileList, fileManager->key, fileManager->keyLen) != … in FileManagerRecvFileTask()
H A Dnstackx_file_manager_client.c830 …if (fileManager->keyLen > 0 && SetCryptPara(fmFileList, fileManager->key, fileManager->keyLen) != … in FileManagerSendFileTask()