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

/linux-4.1.27/arch/s390/crypto/
H A Dsha1_s390.c52 struct sha1_state *octx = out; sha1_export() local
54 octx->count = sctx->count; sha1_export()
55 memcpy(octx->state, sctx->state, sizeof(octx->state)); sha1_export()
56 memcpy(octx->buffer, sctx->buf, sizeof(octx->buffer)); sha1_export()
H A Dsha512_s390.c46 struct sha512_state *octx = out; sha512_export() local
48 octx->count[0] = sctx->count; sha512_export()
49 octx->count[1] = 0; sha512_export()
50 memcpy(octx->state, sctx->state, sizeof(octx->state)); sha512_export()
51 memcpy(octx->buf, sctx->buf, sizeof(octx->buf)); sha512_export()
H A Dsha256_s390.c45 struct sha256_state *octx = out; sha256_export() local
47 octx->count = sctx->count; sha256_export()
48 memcpy(octx->state, sctx->state, sizeof(octx->state)); sha256_export()
49 memcpy(octx->buf, sctx->buf, sizeof(octx->buf)); sha256_export()
/linux-4.1.27/net/ipv4/
H A Dtcp_fastopen.c42 struct tcp_fastopen_context *ctx, *octx; tcp_fastopen_reset_cipher() local
65 octx = rcu_dereference_protected(tcp_fastopen_ctx, tcp_fastopen_reset_cipher()
70 if (octx) tcp_fastopen_reset_cipher()
71 call_rcu(&octx->rcu, tcp_fastopen_ctx_free); tcp_fastopen_reset_cipher()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A Ddebug.c107 in_be32(&p->octx), in_be32(&p->ocrx) emac_mac_dump()
H A Demac.h74 u32 octx; member in struct:emac_regs

Completed in 146 milliseconds