“69549de4909bf9c07f18caeaf168f550c865fe0c”上不存在“src/git@gitcode.net:weixin_43301624/VueJS_01.git”
提交 cde6263f 编写于 作者: H Herbert Xu

crypto: shash - Add crypto_shash_ctx_aligned

This patch adds crypto_shash_ctx_aligned which will be needed
by hmac after its conversion to shash.
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 619a6ebd
...@@ -123,5 +123,10 @@ static inline struct crypto_shash *crypto_spawn_shash( ...@@ -123,5 +123,10 @@ static inline struct crypto_shash *crypto_spawn_shash(
return crypto_spawn_tfm2(&spawn->base); return crypto_spawn_tfm2(&spawn->base);
} }
static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm)
{
return crypto_tfm_ctx_aligned(&tfm->base);
}
#endif /* _CRYPTO_INTERNAL_HASH_H */ #endif /* _CRYPTO_INTERNAL_HASH_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册