Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Ddes.c699 int mbedtls_des3_crypt_ecb( mbedtls_des3_context *ctx, in mbedtls_des3_crypt_ecb() function
765 ret = mbedtls_des3_crypt_ecb( ctx, output, output ); in mbedtls_des3_crypt_cbc()
780 ret = mbedtls_des3_crypt_ecb( ctx, input, output ); in mbedtls_des3_crypt_cbc()
924 ret = mbedtls_des3_crypt_ecb( &ctx3, buf, buf ); in mbedtls_des_self_test()
Dcipher_wrap.c1509 return mbedtls_des3_crypt_ecb( (mbedtls_des3_context *) ctx, input, output ); in des3_crypt_ecb_wrap()
/third_party/mbedtls/include/mbedtls/
Ddes.h298 int mbedtls_des3_crypt_ecb( mbedtls_des3_context *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_des.function126 TEST_ASSERT( mbedtls_des3_crypt_ecb( &ctx, src_str->x, output ) == 0 );
153 TEST_ASSERT( mbedtls_des3_crypt_ecb( &ctx, src_str->x, output ) == 0 );