From 271a460a4d4be357760c9b176d9b6d9679c9ebf4 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Thu, 2 Aug 2007 20:41:53 +0800 Subject: [PATCH] --- yaml --- r: 67016 b: refs/heads/master c: aa379a6ab17ff5b06552c52360ce6d9f8c7c209a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/crypto/algapi.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 45d5e54ec207..ac7ac1d9d50a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44db25ca127281036817f861593389d7cfe950f5 +refs/heads/master: aa379a6ab17ff5b06552c52360ce6d9f8c7c209a diff --git a/trunk/include/crypto/algapi.h b/trunk/include/crypto/algapi.h index b2b1e6efd812..8081294e4328 100644 --- a/trunk/include/crypto/algapi.h +++ b/trunk/include/crypto/algapi.h @@ -160,6 +160,11 @@ static inline void *crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm) return crypto_tfm_ctx(&tfm->base); } +static inline void *crypto_ablkcipher_ctx_aligned(struct crypto_ablkcipher *tfm) +{ + return crypto_tfm_ctx_aligned(&tfm->base); +} + static inline struct crypto_blkcipher *crypto_spawn_blkcipher( struct crypto_spawn *spawn) {