Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/nx/
Dnx.c332 nx_ctx->op_aead.flags = function; in nx_ctx_init()
333 nx_ctx->op_aead.csbcpb = __pa(nx_ctx->csbcpb_aead); in nx_ctx_init()
334 nx_ctx->op_aead.in = __pa(nx_ctx->in_sg); in nx_ctx_init()
335 nx_ctx->op_aead.out = __pa(nx_ctx->out_sg); in nx_ctx_init()
Dnx.h134 struct vio_pfo_op op_aead;/* operation struct for csbcpb_aead */ member
Dnx-aes-ccm.c311 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_insg) * in generate_pat()
316 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in generate_pat()
Dnx-aes-gcm.c156 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_sg) in nx_gca()
159 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in nx_gca()