Searched refs:mbedtls_des3_crypt_ecb (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/library/ |
D | des.c | 699 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()
|
D | cipher_wrap.c | 1509 return mbedtls_des3_crypt_ecb( (mbedtls_des3_context *) ctx, input, output ); in des3_crypt_ecb_wrap()
|
/third_party/mbedtls/include/mbedtls/ |
D | des.h | 298 int mbedtls_des3_crypt_ecb( mbedtls_des3_context *ctx,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_des.function | 126 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 );
|