#include <linux/module.h>
#include <crypto/b128ops.h>
#include <crypto/lrw.h>
#include <crypto/xts.h>
#include <asm/crypto/glue_helper.h>
#include <crypto/scatterwalk.h>
Go to the source code of this file.
|
| int | glue_ecb_crypt_128bit (const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) |
| |
| | EXPORT_SYMBOL_GPL (glue_ecb_crypt_128bit) |
| |
| int | glue_cbc_encrypt_128bit (const common_glue_func_t fn, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) |
| |
| | EXPORT_SYMBOL_GPL (glue_cbc_encrypt_128bit) |
| |
| int | glue_cbc_decrypt_128bit (const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) |
| |
| | EXPORT_SYMBOL_GPL (glue_cbc_decrypt_128bit) |
| |
| | EXPORT_SYMBOL_GPL (glue_ctr_crypt_final_128bit) |
| |
| int | glue_ctr_crypt_128bit (const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) |
| |
| | EXPORT_SYMBOL_GPL (glue_ctr_crypt_128bit) |
| |
| | MODULE_LICENSE ("GPL") |
| |
| EXPORT_SYMBOL_GPL |
( |
glue_ctr_crypt_final_128bit |
| ) |
|