Searched refs:mbedtls_des_crypt_ecb (Results 1 – 7 of 7) sorted by relevance
/third_party/mbedtls/library/ |
D | des.c | 605 int mbedtls_des_crypt_ecb( mbedtls_des_context *ctx, in mbedtls_des_crypt_ecb() function 659 ret = mbedtls_des_crypt_ecb( ctx, output, output ); in mbedtls_des_crypt_cbc() 674 ret = mbedtls_des_crypt_ecb( ctx, input, output ); in mbedtls_des_crypt_cbc() 922 ret = mbedtls_des_crypt_ecb( &ctx, buf, buf ); in mbedtls_des_self_test()
|
D | cipher_wrap.c | 1502 return mbedtls_des_crypt_ecb( (mbedtls_des_context *) ctx, input, output ); in des_crypt_ecb_wrap()
|
/third_party/mbedtls/include/mbedtls/ |
D | des.h | 252 int mbedtls_des_crypt_ecb( mbedtls_des_context *ctx,
|
/third_party/lwip/src/include/netif/ppp/ |
D | pppcrypt.h | 125 #define lwip_des_crypt_ecb mbedtls_des_crypt_ecb
|
/third_party/mbedtls/tests/suites/ |
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 );
|
/third_party/curl/lib/ |
D | curl_ntlm_core.c | 254 return mbedtls_des_crypt_ecb(&ctx, in, out) == 0; in encrypt_des()
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 416 mbedtls_des_crypt_ecb(&des, input + i, output + i); in run_mbedcrypto_des()
|