Home
last modified time | relevance | path

Searched refs:mbedtls_camellia_setkey_enc (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_camellia.function57 TEST_ASSERT(mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8) == setkey_result);
105 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
157 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
181 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_camellia.function57 TEST_ASSERT(mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8) == setkey_result);
105 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
157 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
181 mbedtls_camellia_setkey_enc(&ctx, key_str->x, key_str->len * 8);
/aosp_15_r20/external/mbedtls/library/
H A Dcamellia.c291 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_enc() function
415 if ((ret = mbedtls_camellia_setkey_enc(&cty, key, keybits)) != 0) { in mbedtls_camellia_setkey_dec()
899 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
943 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
995 mbedtls_camellia_setkey_enc(&ctx, key, 128); in mbedtls_camellia_self_test()
H A Dcipher_wrap.c787 return mbedtls_camellia_setkey_enc((mbedtls_camellia_context *) ctx, key, key_bitlen); in camellia_setkey_enc_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcamellia.c291 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_enc() function
416 if ((ret = mbedtls_camellia_setkey_enc(&cty, key, keybits)) != 0) { in mbedtls_camellia_setkey_dec()
913 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
957 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test()
1009 mbedtls_camellia_setkey_enc(&ctx, key, 128); in mbedtls_camellia_self_test()
H A Dblock_cipher.c157 return mbedtls_camellia_setkey_enc(&ctx->ctx.camellia, key, key_bitlen); in mbedtls_block_cipher_setkey()
H A Dcipher_wrap.c825 return mbedtls_camellia_setkey_enc((mbedtls_camellia_context *) ctx, key, key_bitlen); in camellia_setkey_enc_wrap()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcamellia.h80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcamellia.h80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c866 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c947 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize); in main()