Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcamellia.h197 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx,
H A Dcompat-1.3.h1807 #define camellia_crypt_cbc mbedtls_camellia_crypt_cbc
/reactos/dll/3rdparty/mbedtls/
H A Dcamellia.c598 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cbc() function
1056 mbedtls_camellia_crypt_cbc( &ctx, v, 16, iv, src, buf ); in mbedtls_camellia_self_test()
H A Dcipher_wrap.c694 return mbedtls_camellia_crypt_cbc( (mbedtls_camellia_context *) ctx, operation, length, iv, in camellia_crypt_cbc_wrap()