Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcamellia.h66 void mbedtls_camellia_free(mbedtls_camellia_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dblock_cipher.c77 mbedtls_camellia_free(&ctx->ctx.camellia); in mbedtls_block_cipher_free()
H A 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()
H A Dcipher_wrap.c869 mbedtls_camellia_free((mbedtls_camellia_context *) ctx); in camellia_ctx_free()