Searched refs:mbedtls_des_crypt_ecb (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | des.c | 594 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx, in mbedtls_des_crypt_ecb() function 644 ret = mbedtls_des_crypt_ecb(ctx, output, output); in mbedtls_des_crypt_cbc() 657 ret = mbedtls_des_crypt_ecb(ctx, input, output); in mbedtls_des_crypt_cbc() 896 ret = mbedtls_des_crypt_ecb(&ctx, buf, buf); in mbedtls_des_self_test()
|
H A D | cipher_wrap.c | 1564 return mbedtls_des_crypt_ecb((mbedtls_des_context *) ctx, input, output); in des_crypt_ecb_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | des.c | 594 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx, in mbedtls_des_crypt_ecb() function 644 ret = mbedtls_des_crypt_ecb(ctx, output, output); in mbedtls_des_crypt_cbc() 657 ret = mbedtls_des_crypt_ecb(ctx, input, output); in mbedtls_des_crypt_cbc() 896 ret = mbedtls_des_crypt_ecb(&ctx, buf, buf); in mbedtls_des_self_test()
|
H A D | cipher_wrap.c | 1616 return mbedtls_des_crypt_ecb((mbedtls_des_context *) ctx, input, output); in des_crypt_ecb_wrap()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_des.function | 28 TEST_ASSERT(mbedtls_des_crypt_ecb(&ctx, src_str->x, output) == 0); 48 TEST_ASSERT(mbedtls_des_crypt_ecb(&ctx, src_str->x, output) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_des.function | 28 TEST_ASSERT(mbedtls_des_crypt_ecb(&ctx, src_str->x, output) == 0); 48 TEST_ASSERT(mbedtls_des_crypt_ecb(&ctx, src_str->x, output) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | des.h | 266 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | des.h | 266 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx,
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_ntlm_core.c | 209 return mbedtls_des_crypt_ecb(&ctx, in, out) == 0; in encrypt_des()
|