Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Ddes.c605 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()
A Dcipher_wrap.c1502 return mbedtls_des_crypt_ecb( (mbedtls_des_context *) ctx, input, output ); in des_crypt_ecb_wrap()
/mbedtls-development/include/mbedtls/
A Ddes.h252 int mbedtls_des_crypt_ecb( mbedtls_des_context *ctx,
/mbedtls-development/tests/suites/
A Dtest_suite_des.function28 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 );

Completed in 8 milliseconds