aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/scompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/scompress.h')
-rw-r--r--include/crypto/internal/scompress.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/crypto/internal/scompress.h b/include/crypto/internal/scompress.h
index ccad9b2c9bd6..0f6ddac1acfc 100644
--- a/include/crypto/internal/scompress.h
+++ b/include/crypto/internal/scompress.h
@@ -28,17 +28,6 @@ struct crypto_scomp {
28 * @free_ctx: Function frees context allocated with alloc_ctx 28 * @free_ctx: Function frees context allocated with alloc_ctx
29 * @compress: Function performs a compress operation 29 * @compress: Function performs a compress operation
30 * @decompress: Function performs a de-compress operation 30 * @decompress: Function performs a de-compress operation
31 * @init: Initialize the cryptographic transformation object.
32 * This function is used to initialize the cryptographic
33 * transformation object. This function is called only once at
34 * the instantiation time, right after the transformation context
35 * was allocated. In case the cryptographic hardware has some
36 * special requirements which need to be handled by software, this
37 * function shall check for the precise requirement of the
38 * transformation and put any software fallbacks in place.
39 * @exit: Deinitialize the cryptographic transformation object. This is a
40 * counterpart to @init, used to remove various changes set in
41 * @init.
42 * @base: Common crypto API algorithm data structure 31 * @base: Common crypto API algorithm data structure
43 */ 32 */
44struct scomp_alg { 33struct scomp_alg {