Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_camellia.function66 mbedtls_camellia_free(&ctx);
90 mbedtls_camellia_free(&ctx);
115 mbedtls_camellia_free(&ctx);
141 mbedtls_camellia_free(&ctx);
164 mbedtls_camellia_free(&ctx);
188 mbedtls_camellia_free(&ctx);
/mbedtls-latest/library/
Dcamellia.c279 void mbedtls_camellia_free(mbedtls_camellia_context *ctx) in mbedtls_camellia_free() function
444 mbedtls_camellia_free(&cty); in mbedtls_camellia_setkey_dec()
1052 mbedtls_camellia_free(&ctx); in mbedtls_camellia_self_test()
Dblock_cipher.c77 mbedtls_camellia_free(&ctx->ctx.camellia); in mbedtls_block_cipher_free()
Dcipher_wrap.c844 mbedtls_camellia_free((mbedtls_camellia_context *) ctx); in camellia_ctx_free()
/mbedtls-latest/include/mbedtls/
Dcamellia.h66 void mbedtls_camellia_free(mbedtls_camellia_context *ctx);
/mbedtls-latest/programs/test/
Dbenchmark.c953 mbedtls_camellia_free(&camellia); in main()