Home
last modified time | relevance | path

Searched refs:CHACHA20_POLY1305_NAME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c205 QueryCipherSupportByName(CHACHA20_POLY1305_NAME)) { in DFileGetCipherCaps()
209 DFILE_LOGI(TAG, "local cipher no support %s.", CHACHA20_POLY1305_NAME); in DFileGetCipherCaps()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h45 #define CHACHA20_POLY1305_NAME "MBEDTLS_POLY1305_C" macro
H A Dnstackx_openssl.h45 #define CHACHA20_POLY1305_NAME "chacha20-poly1305" macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c57 cipher = EVP_get_cipherbyname(CHACHA20_POLY1305_NAME); in InitEncryptCtx()
154 cipher = EVP_get_cipherbyname(CHACHA20_POLY1305_NAME); in InitDecryptCtx()