Searched refs:raw_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c293 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) aes_ctx() argument
295 unsigned long addr = (unsigned long)raw_ctx; aes_ctx()
303 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, aes_set_key_common() argument
306 struct crypto_aes_ctx *ctx = aes_ctx(raw_ctx); aes_set_key_common()

Completed in 74 milliseconds