Home
last modified time | relevance | path

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

/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c50 struct md5_state *octx = out; in sun4i_hash_export_md5() local
53 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() local
95 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1()
[all …]
/drivers/net/ethernet/ibm/emac/
Demac.h74 u32 octx; member
Ddebug.c107 in_be32(&p->octx), in_be32(&p->ocrx) in emac_mac_dump()