Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c145 unsigned char *aclen = PTR_ALIGN((void *)len_ac, PPC_ALIGN); in finish_tag() local
157 *((__be64 *)(aclen)) = alen; in finish_tag()
158 *((__be64 *)(aclen+8)) = clen; in finish_tag()
163 gcm_ghash_p10(hash->Htable, hash->Htable+32, aclen, 16); in finish_tag()