Lines Matching defs:adata
48 * @adata: pointer to authentication transform definitions.
56 void cnstr_shdsc_aead_null_encap(u32 * const desc, struct alginfo *adata,
67 if (adata->key_inline)
68 append_key_as_imm(desc, adata->key_virt,
69 adata->keylen_pad, adata->keylen,
73 append_key(desc, adata->key_dma, adata->keylen,
76 append_proto_dkp(desc, adata);
101 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
127 * @adata: pointer to authentication transform definitions.
135 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata,
146 if (adata->key_inline)
147 append_key_as_imm(desc, adata->key_virt,
148 adata->keylen_pad, adata->keylen,
152 append_key(desc, adata->key_dma, adata->keylen,
155 append_proto_dkp(desc, adata);
160 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
212 struct alginfo * const adata,
234 if (adata->key_inline)
235 append_key_as_imm(desc, adata->key_virt,
236 adata->keylen_pad, adata->keylen,
240 append_key(desc, adata->key_dma, adata->keylen,
243 append_proto_dkp(desc, adata);
275 * @adata: pointer to authentication transform definitions.
289 struct alginfo *adata, unsigned int ivsize,
295 init_sh_desc_key_aead(desc, cdata, adata, is_rfc3686, nonce, era);
298 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
369 * @adata: pointer to authentication transform definitions.
384 struct alginfo *adata, unsigned int ivsize,
390 init_sh_desc_key_aead(desc, cdata, adata, is_rfc3686, nonce, era);
393 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
487 * @adata: pointer to authentication transform definitions.
501 struct alginfo *adata, unsigned int ivsize,
510 init_sh_desc_key_aead(desc, cdata, adata, is_rfc3686, nonce, era);
556 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
1232 * @adata: pointer to authentication transform definitions
1241 struct alginfo *adata, unsigned int ivsize,
1269 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |
1274 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL |