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 D | test_suite_camellia.function | 57 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 D | test_suite_camellia.function | 57 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 D | camellia.c | 291 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 D | cipher_wrap.c | 787 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 D | camellia.c | 291 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 D | block_cipher.c | 157 return mbedtls_camellia_setkey_enc(&ctx->ctx.camellia, key, key_bitlen); in mbedtls_block_cipher_setkey()
|
H A D | cipher_wrap.c | 825 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 D | camellia.h | 80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | camellia.h | 80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 866 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize); in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 947 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize); in main()
|