Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c25 #define PPC_ALIGN 16 macro
144 unsigned char len_ac[16 + PPC_ALIGN]; in finish_tag()
145 unsigned char *aclen = PTR_ALIGN((void *)len_ac, PPC_ALIGN); in finish_tag()
205 u8 databuf[sizeof(struct gcm_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt()
206 struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN); in p10_aes_gcm_crypt()
207 u8 hashbuf[sizeof(struct Hash_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt()
208 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN); in p10_aes_gcm_crypt()
215 unsigned char ivbuf[AES_BLOCK_SIZE+PPC_ALIGN]; in p10_aes_gcm_crypt()
216 unsigned char *iv = PTR_ALIGN((void *)ivbuf, PPC_ALIGN); in p10_aes_gcm_crypt()