Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_free (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.function39 mbedtls_chachapoly_free(&ctx);
75 mbedtls_chachapoly_free(&ctx);
155 mbedtls_chachapoly_free(&ctx);
/third_party/mbedtls/include/mbedtls/
Dchachapoly.h125 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx);
/third_party/mbedtls/library/
Dchachapoly.c91 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx) in mbedtls_chachapoly_free() function
476 mbedtls_chachapoly_free(&ctx); in mbedtls_chachapoly_self_test()
Dpsa_crypto_aead.c655 mbedtls_chachapoly_free(&operation->ctx.chachapoly); in mbedtls_psa_aead_abort()
Dcipher_wrap.c1891 mbedtls_chachapoly_free((mbedtls_chachapoly_context *) ctx); in chachapoly_ctx_free()
/third_party/mbedtls/programs/test/
Dbenchmark.c789 mbedtls_chachapoly_free(&chachapoly); in main()