#include <assert.h>#include <string.h>#include <openssl/type_check.h>#include "internal.h"#include "../../internal.h"

Go to the source code of this file.
Functions | |
| void | CRYPTO_cbc128_decrypt (const uint8_t *in, uint8_t *out, size_t len, const AES_KEY *key, uint8_t ivec[16], block128_f block) |
| void | CRYPTO_cbc128_encrypt (const uint8_t *in, uint8_t *out, size_t len, const AES_KEY *key, uint8_t ivec[16], block128_f block) |