Searched refs:octx (Results 1 - 4 of 4) sorted by relevance

/drivers/crypto/nx/
H A Dnx-sha512.c212 struct sha512_state *octx = out; local
219 octx->count[0] = csbcpb->cpb.sha512.message_bit_length_lo >> 3 |
221 octx->count[1] = csbcpb->cpb.sha512.message_bit_length_hi >> 3;
223 octx->count[0] += sctx->count[0];
224 if (octx->count[0] < sctx->count[0])
225 octx->count[1]++;
227 memcpy(octx->buf, sctx->buf, sizeof(octx->buf));
234 memcpy(octx->state, csbcpb->cpb.sha512.message_digest,
237 octx
[all...]
H A Dnx-sha256.c205 struct sha256_state *octx = out; local
210 octx->count = sctx->count +
212 memcpy(octx->buf, sctx->buf, sizeof(octx->buf));
218 memcpy(octx->state, csbcpb->cpb.sha256.message_digest,
221 octx->state[0] = SHA256_H0;
222 octx->state[1] = SHA256_H1;
223 octx->state[2] = SHA256_H2;
224 octx->state[3] = SHA256_H3;
225 octx
[all...]
/drivers/net/ethernet/ibm/emac/
H A Demac.h74 u32 octx; member in struct:emac_regs
H A Ddebug.c107 in_be32(&p->octx), in_be32(&p->ocrx)

Completed in 68 milliseconds