Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c111 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() argument
113 return aes_align_addr(raw_ctx); in aes_ctx()