Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dcamellia.c451 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 Dcipher_wrap.c744 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 Dcamellia.c453 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 Dblock_cipher.c194 return mbedtls_camellia_crypt_ecb(&ctx->ctx.camellia, in mbedtls_block_cipher_encrypt()
H A Dcipher_wrap.c780 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 Dtest_suite_camellia.function20 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 Dtest_suite_camellia.function20 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 Dcamellia.h115 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcamellia.h117 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx,