Symbol: aes_ctx
arch/x86/crypto/aesni-intel_glue.c
118
return aes_set_key_common(aes_ctx(crypto_skcipher_ctx(tfm)), key, len);
arch/x86/crypto/aesni-intel_glue.c
124
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
146
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
168
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
190
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
212
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
268
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
326
struct crypto_aes_ctx *ctx = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
608
const struct crypto_aes_ctx *key = aes_ctx(crypto_skcipher_ctx(tfm));
arch/x86/crypto/aesni-intel_glue.c
672
const struct crypto_aes_ctx *key = aes_ctx(crypto_skcipher_ctx(tfm));
drivers/crypto/padlock-aes.c
102
static inline struct aes_ctx *skcipher_aes_ctx(struct crypto_skcipher *tfm)
drivers/crypto/padlock-aes.c
110
struct aes_ctx *ctx = aes_ctx(tfm);
drivers/crypto/padlock-aes.c
308
struct aes_ctx *ctx = aes_ctx(tfm);
drivers/crypto/padlock-aes.c
317
struct aes_ctx *ctx = aes_ctx(tfm);
drivers/crypto/padlock-aes.c
330
.cra_ctxsize = sizeof(struct aes_ctx),
drivers/crypto/padlock-aes.c
347
struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
drivers/crypto/padlock-aes.c
372
struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
drivers/crypto/padlock-aes.c
399
.base.cra_ctxsize = sizeof(struct aes_ctx),
drivers/crypto/padlock-aes.c
412
struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
drivers/crypto/padlock-aes.c
439
struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
drivers/crypto/padlock-aes.c
466
.base.cra_ctxsize = sizeof(struct aes_ctx),
drivers/crypto/padlock-aes.c
87
static inline struct aes_ctx *aes_ctx_common(void *ctx)
drivers/crypto/padlock-aes.c
94
return (struct aes_ctx *)ALIGN(addr, align);
drivers/crypto/padlock-aes.c
97
static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm)