Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c302 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() argument
304 unsigned long addr = (unsigned long)raw_ctx; in aes_ctx()
312 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common() argument
315 struct crypto_aes_ctx *ctx = aes_ctx(raw_ctx); in aes_set_key_common()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_glue.c222 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() argument
224 unsigned long addr = (unsigned long)raw_ctx; in aes_ctx()

Completed in 5 milliseconds