Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_camellia.function54 mbedtls_camellia_init(&ctx);
78 mbedtls_camellia_init(&ctx);
102 mbedtls_camellia_init(&ctx);
128 mbedtls_camellia_init(&ctx);
154 mbedtls_camellia_init(&ctx);
178 mbedtls_camellia_init(&ctx);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcamellia.h57 void mbedtls_camellia_init(mbedtls_camellia_context *ctx);
/openthread-latest/third_party/mbedtls/repo/library/
Dcamellia.c274 void mbedtls_camellia_init(mbedtls_camellia_context *ctx) in mbedtls_camellia_init() function
413 mbedtls_camellia_init(&cty); in mbedtls_camellia_setkey_dec()
881 mbedtls_camellia_init(&ctx); in mbedtls_camellia_self_test()
Dblock_cipher.c113 mbedtls_camellia_init(&ctx->ctx.camellia); in mbedtls_block_cipher_setup()
Dcipher_wrap.c837 mbedtls_camellia_init(ctx); in camellia_ctx_alloc()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c941 mbedtls_camellia_init(&camellia); in main()