Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/crypto/
Dpadlock-aes.c56 struct aes_ctx { struct
57 u32 E[AES_MAX_KEYLENGTH_U32]
59 u32 d_data[AES_MAX_KEYLENGTH_U32]
83 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument
93 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Daes.c97 struct aes_ctx { struct
98 int key_length;
99 u32 E[60];
100 u32 D[60];
/linux-3.3/arch/x86/crypto/
Daesni-intel_glue.c158 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
1085 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_encrypt() local
1163 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_decrypt() local