Searched refs:octx (Results 1 – 3 of 3) sorted by relevance
50 struct md5_state *octx = out; in sun4i_hash_export_md5() local53 octx->byte_count = op->byte_count + op->len; in sun4i_hash_export_md5()55 memcpy(octx->block, op->buf, op->len); in sun4i_hash_export_md5()59 octx->hash[i] = op->hash[i]; in sun4i_hash_export_md5()61 octx->hash[0] = SHA1_H0; in sun4i_hash_export_md5()62 octx->hash[1] = SHA1_H1; in sun4i_hash_export_md5()63 octx->hash[2] = SHA1_H2; in sun4i_hash_export_md5()64 octx->hash[3] = SHA1_H3; in sun4i_hash_export_md5()92 struct sha1_state *octx = out; in sun4i_hash_export_sha1() local95 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1()[all …]
74 u32 octx; member
107 in_be32(&p->octx), in_be32(&p->ocrx) in emac_mac_dump()