Searched refs:CHACHA20_POLY1305_NAME (Results 1 – 4 of 4) sorted by relevance
205 QueryCipherSupportByName(CHACHA20_POLY1305_NAME)) { in DFileGetCipherCaps()209 DFILE_LOGI(TAG, "local cipher no support %s.", CHACHA20_POLY1305_NAME); in DFileGetCipherCaps()
45 #define CHACHA20_POLY1305_NAME "MBEDTLS_POLY1305_C" macro
45 #define CHACHA20_POLY1305_NAME "chacha20-poly1305" macro
57 cipher = EVP_get_cipherbyname(CHACHA20_POLY1305_NAME); in InitEncryptCtx()154 cipher = EVP_get_cipherbyname(CHACHA20_POLY1305_NAME); in InitDecryptCtx()