Searched refs:op_aead (Results 1 – 4 of 4) sorted by relevance
296 nx_ctx->op_aead.flags = function; in nx_ctx_init()297 nx_ctx->op_aead.csbcpb = __pa(nx_ctx->csbcpb_aead); in nx_ctx_init()298 nx_ctx->op_aead.in = __pa(nx_ctx->in_sg); in nx_ctx_init()299 nx_ctx->op_aead.out = __pa(nx_ctx->out_sg); in nx_ctx_init()
128 struct vio_pfo_op op_aead;/* operation struct for csbcpb_aead */ member
294 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_insg) * in generate_pat()299 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in generate_pat()
142 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_sg) in nx_gca()145 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in nx_gca()
Completed in 10 milliseconds