Home
last modified time | relevance | path

Searched refs:chachapoly (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c283 aes_cbc, aes_gcm, aes_ccm, aes_xts, chachapoly, aes_cmac, member
493 if (todo.chachapoly) { in main()
494 mbedtls_chachapoly_context chachapoly; in main() local
496 mbedtls_chachapoly_init(&chachapoly); in main()
503 mbedtls_chachapoly_setkey(&chachapoly, tmp); in main()
506 mbedtls_chachapoly_encrypt_and_tag(&chachapoly, in main()
509 mbedtls_chachapoly_free(&chachapoly); in main()
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt72 ${ZEPHYR_CURRENT_MODULE_DIR}/library/chachapoly.c