Home
last modified time | relevance | path

Searched refs:op_aead (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/nx/
A Dnx.c320 nx_ctx->op_aead.flags = function; in nx_ctx_init()
321 nx_ctx->op_aead.csbcpb = __pa(nx_ctx->csbcpb_aead); in nx_ctx_init()
322 nx_ctx->op_aead.in = __pa(nx_ctx->in_sg); in nx_ctx_init()
323 nx_ctx->op_aead.out = __pa(nx_ctx->out_sg); in nx_ctx_init()
A Dnx.h124 struct vio_pfo_op op_aead;/* operation struct for csbcpb_aead */ member
A Dnx-aes-ccm.c299 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_insg) * in generate_pat()
304 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in generate_pat()
A Dnx-aes-gcm.c145 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_sg) in nx_gca()
148 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in nx_gca()

Completed in 7 milliseconds