diff options
Diffstat (limited to 'include/crypto/internal/skcipher.h')
-rw-r--r-- | include/crypto/internal/skcipher.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h index 2071999d4b5e..0053f34764ff 100644 --- a/include/crypto/internal/skcipher.h +++ b/include/crypto/internal/skcipher.h | |||
@@ -88,5 +88,10 @@ static inline void skcipher_givcrypt_complete( | |||
88 | ablkcipher_request_complete(&req->creq, err); | 88 | ablkcipher_request_complete(&req->creq, err); |
89 | } | 89 | } |
90 | 90 | ||
91 | static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) | ||
92 | { | ||
93 | return req->base.flags; | ||
94 | } | ||
95 | |||
91 | #endif /* _CRYPTO_INTERNAL_SKCIPHER_H */ | 96 | #endif /* _CRYPTO_INTERNAL_SKCIPHER_H */ |
92 | 97 | ||