Searched refs:octx (Results 1 – 5 of 5) sorted by relevance
65 struct md5_state *octx = out; in sun4i_hash_export_md5() local68 octx->byte_count = op->byte_count + op->len; in sun4i_hash_export_md5()70 memcpy(octx->block, op->buf, op->len); in sun4i_hash_export_md5()74 octx->hash[i] = op->hash[i]; in sun4i_hash_export_md5()76 octx->hash[0] = SHA1_H0; in sun4i_hash_export_md5()77 octx->hash[1] = SHA1_H1; in sun4i_hash_export_md5()78 octx->hash[2] = SHA1_H2; in sun4i_hash_export_md5()79 octx->hash[3] = SHA1_H3; in sun4i_hash_export_md5()107 struct sha1_state *octx = out; in sun4i_hash_export_sha1() local110 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1()[all …]
82 __chcr_get_ktls_tx_info(struct tls_offload_context_tx *octx) in __chcr_get_ktls_tx_info() argument87 priv_ctx = (struct chcr_ktls_ctx_tx *)octx->driver_state; in __chcr_get_ktls_tx_info()
148 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher() local170 octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()172 octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()176 if (octx) in tcp_fastopen_reset_cipher()177 call_rcu(&octx->rcu, tcp_fastopen_ctx_free); in tcp_fastopen_reset_cipher()
69 u32 octx; member
1075 struct one_flush_context *octx = bio->bi_private; in one_flush_endio() local1076 struct drbd_device *device = octx->device; in one_flush_endio()1077 struct issue_flush_context *ctx = octx->ctx; in one_flush_endio()1083 kfree(octx); in one_flush_endio()1098 struct one_flush_context *octx = kmalloc_obj(*octx, GFP_NOIO); in submit_one_flush() local1100 if (!octx) { in submit_one_flush()1113 octx->device = device; in submit_one_flush()1114 octx->ctx = ctx; in submit_one_flush()1115 bio->bi_private = octx; in submit_one_flush()