Home
last modified time | relevance | path

Searched refs:mbedtls_camellia_setkey_dec (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_camellia.function81 TEST_ASSERT(mbedtls_camellia_setkey_dec(&ctx, key_str->x, key_str->len * 8) == setkey_result);
131 mbedtls_camellia_setkey_dec(&ctx, key_str->x, key_str->len * 8);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_camellia.function81 TEST_ASSERT(mbedtls_camellia_setkey_dec(&ctx, key_str->x, key_str->len * 8) == setkey_result);
131 mbedtls_camellia_setkey_dec(&ctx, key_str->x, key_str->len * 8);
/aosp_15_r20/external/mbedtls/library/
H A Dcamellia.c402 int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_dec() function
895 mbedtls_camellia_setkey_dec(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
941 mbedtls_camellia_setkey_dec(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
H A Dcipher_wrap.c781 return mbedtls_camellia_setkey_dec((mbedtls_camellia_context *) ctx, key, key_bitlen); in camellia_setkey_dec_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcamellia.c403 int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_dec() function
907 mbedtls_camellia_setkey_dec(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
955 mbedtls_camellia_setkey_dec(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
H A Dcipher_wrap.c818 return mbedtls_camellia_setkey_dec((mbedtls_camellia_context *) ctx, key, key_bitlen); in camellia_setkey_dec_wrap()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcamellia.h96 int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcamellia.h97 int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dall.sh5257 not grep mbedtls_camellia_setkey_dec library/camellia.o
5364 not grep mbedtls_camellia_setkey_dec library/camellia.o