Searched refs:mbedtls_camellia_crypt_ecb (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | camellia.c | 451 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ecb() function 536 mbedtls_camellia_crypt_ecb(ctx, mode, input, output); in mbedtls_camellia_crypt_cbc() 550 mbedtls_camellia_crypt_ecb(ctx, mode, output, output); in mbedtls_camellia_crypt_cbc() 589 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv); in mbedtls_camellia_crypt_cfb128() 601 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv); in mbedtls_camellia_crypt_cfb128() 638 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 904 mbedtls_camellia_crypt_ecb(&ctx, v, src, buf); in mbedtls_camellia_self_test()
|
H A D | cipher_wrap.c | 744 return mbedtls_camellia_crypt_ecb((mbedtls_camellia_context *) ctx, operation, input, in camellia_crypt_ecb_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | camellia.c | 453 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ecb() function 538 mbedtls_camellia_crypt_ecb(ctx, mode, input, output); in mbedtls_camellia_crypt_cbc() 552 mbedtls_camellia_crypt_ecb(ctx, mode, output, output); in mbedtls_camellia_crypt_cbc() 591 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv); in mbedtls_camellia_crypt_cfb128() 603 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv); in mbedtls_camellia_crypt_cfb128() 640 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 918 mbedtls_camellia_crypt_ecb(&ctx, v, src, buf); in mbedtls_camellia_self_test()
|
H A D | block_cipher.c | 194 return mbedtls_camellia_crypt_ecb(&ctx->ctx.camellia, in mbedtls_block_cipher_encrypt()
|
H A D | cipher_wrap.c | 780 return mbedtls_camellia_crypt_ecb((mbedtls_camellia_context *) ctx, operation, input, in camellia_crypt_ecb_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_camellia.function | 20 mbedtls_camellia_crypt_ecb(&ctx, 59 TEST_ASSERT(mbedtls_camellia_crypt_ecb(&ctx, MBEDTLS_CAMELLIA_ENCRYPT, src_str->x, 83 TEST_ASSERT(mbedtls_camellia_crypt_ecb(&ctx, MBEDTLS_CAMELLIA_DECRYPT, src_str->x,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_camellia.function | 20 mbedtls_camellia_crypt_ecb(&ctx, 59 TEST_ASSERT(mbedtls_camellia_crypt_ecb(&ctx, MBEDTLS_CAMELLIA_ENCRYPT, src_str->x, 83 TEST_ASSERT(mbedtls_camellia_crypt_ecb(&ctx, MBEDTLS_CAMELLIA_DECRYPT, src_str->x,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | camellia.h | 115 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | camellia.h | 117 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx,
|