Home
last modified time | relevance | path

Searched refs:CIPHER_CHACHA (Results 1 – 6 of 6) 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)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h33 CIPHER_CHACHA, enumerator
H A Dnstackx_openssl.h34 CIPHER_CHACHA, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_mbedtls.c177 if (cryptPara->cipherType == CIPHER_CHACHA) { in AesGcmEncrypt()
252 if (cryptPara->cipherType == CIPHER_CHACHA) { in AesGcmDecrypt()
H A Dnstackx_openssl.c56 if (cryptPara->cipherType == CIPHER_CHACHA) { in InitEncryptCtx()
153 if (cryptPara->cipherType == CIPHER_CHACHA) { in InitDecryptCtx()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1039 fileList->cryptPara.cipherType = CIPHER_CHACHA; in SetCryptPara()