Searched refs:mbedtls_camellia_crypt_cbc (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | camellia.h | 197 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx,
|
H A D | compat-1.3.h | 1807 #define camellia_crypt_cbc mbedtls_camellia_crypt_cbc
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | camellia.c | 598 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 D | cipher_wrap.c | 694 return mbedtls_camellia_crypt_cbc( (mbedtls_camellia_context *) ctx, operation, length, iv, in camellia_crypt_cbc_wrap()
|