Lines Matching refs:cdesc
59 static void safexcel_hash_token(struct safexcel_command_desc *cdesc, in safexcel_hash_token() argument
63 (struct safexcel_token *)cdesc->control_data.token; in safexcel_hash_token()
80 struct safexcel_command_desc *cdesc) in safexcel_context_control() argument
85 cdesc->control_data.control0 |= ctx->alg; in safexcel_context_control()
95 cdesc->control_data.control0 |= in safexcel_context_control()
101 cdesc->control_data.control0 |= in safexcel_context_control()
138 cdesc->control_data.control0 |= in safexcel_context_control()
144 cdesc->control_data.control0 |= in safexcel_context_control()
146 cdesc->control_data.control1 |= in safexcel_context_control()
160 cdesc->control_data.control0 |= in safexcel_context_control()
166 cdesc->control_data.control0 |= in safexcel_context_control()
261 struct safexcel_command_desc *cdesc, *first_cdesc = NULL; in safexcel_ahash_send_req() local
343 cdesc = safexcel_add_cdesc(priv, ring, !n_cdesc, in safexcel_ahash_send_req()
347 if (IS_ERR(cdesc)) { in safexcel_ahash_send_req()
348 ret = PTR_ERR(cdesc); in safexcel_ahash_send_req()
354 first_cdesc = cdesc; in safexcel_ahash_send_req()