Home
last modified time | relevance | path

Searched refs:mbedtls_des3_crypt_ecb (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Ddes.c682 int mbedtls_des3_crypt_ecb(mbedtls_des3_context *ctx, in mbedtls_des3_crypt_ecb() function
742 ret = mbedtls_des3_crypt_ecb(ctx, output, output); in mbedtls_des3_crypt_cbc()
755 ret = mbedtls_des3_crypt_ecb(ctx, input, output); in mbedtls_des3_crypt_cbc()
898 ret = mbedtls_des3_crypt_ecb(&ctx3, buf, buf); in mbedtls_des_self_test()
H A Dcipher_wrap.c1571 return mbedtls_des3_crypt_ecb((mbedtls_des3_context *) ctx, input, output); in des3_crypt_ecb_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddes.c682 int mbedtls_des3_crypt_ecb(mbedtls_des3_context *ctx, in mbedtls_des3_crypt_ecb() function
742 ret = mbedtls_des3_crypt_ecb(ctx, output, output); in mbedtls_des3_crypt_cbc()
755 ret = mbedtls_des3_crypt_ecb(ctx, input, output); in mbedtls_des3_crypt_cbc()
898 ret = mbedtls_des3_crypt_ecb(&ctx3, buf, buf); in mbedtls_des_self_test()
H A Dcipher_wrap.c1623 return mbedtls_des3_crypt_ecb((mbedtls_des3_context *) ctx, input, output); in des3_crypt_ecb_wrap()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_des.function127 TEST_ASSERT(mbedtls_des3_crypt_ecb(&ctx, src_str->x, output) == 0);
155 TEST_ASSERT(mbedtls_des3_crypt_ecb(&ctx, src_str->x, output) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_des.function127 TEST_ASSERT(mbedtls_des3_crypt_ecb(&ctx, src_str->x, output) == 0);
155 TEST_ASSERT(mbedtls_des3_crypt_ecb(&ctx, src_str->x, output) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddes.h316 int mbedtls_des3_crypt_ecb(mbedtls_des3_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddes.h316 int mbedtls_des3_crypt_ecb(mbedtls_des3_context *ctx,