Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c314 struct safexcel_command_desc *cdesc, *first_cdesc = NULL; in safexcel_ahash_send_req() local
402 first_cdesc = safexcel_add_cdesc(priv, ring, 1, in safexcel_ahash_send_req()
407 if (IS_ERR(first_cdesc)) { in safexcel_ahash_send_req()
408 ret = PTR_ERR(first_cdesc); in safexcel_ahash_send_req()
452 first_cdesc = cdesc; in safexcel_ahash_send_req()
463 safexcel_context_control(ctx, req, first_cdesc); in safexcel_ahash_send_req()
466 safexcel_hash_token(first_cdesc, len, req->digest_sz, ctx->cbcmac); in safexcel_ahash_send_req()