Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c285 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) { in safexcel_skcipher_aes_setkey()
346 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma && in safexcel_aead_setkey()
385 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma && in safexcel_aead_setkey()
903 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && sreq->needs_inv); in safexcel_skcipher_send()
936 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && sreq->needs_inv); in safexcel_aead_send()
1025 if (priv->flags & EIP197_TRC_CACHE && ctx->base.needs_inv) { in safexcel_queue_req()
1102 if (priv->flags & EIP197_TRC_CACHE) { in safexcel_skcipher_cra_exit()
1122 if (priv->flags & EIP197_TRC_CACHE) { in safexcel_aead_cra_exit()
1296 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) { in safexcel_skcipher_aesctr_setkey()
1973 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) { in safexcel_skcipher_aesxts_setkey()
[all …]
Dsafexcel_hash.c468 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && req->needs_inv); in safexcel_handle_result()
592 if (priv->flags & EIP197_TRC_CACHE && !ctx->base.needs_inv && in safexcel_ahash_enqueue()
836 if (priv->flags & EIP197_TRC_CACHE) { in safexcel_ahash_cra_exit()
1069 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr && in safexcel_hmac_alg_setkey()
Dsafexcel.h698 EIP197_TRC_CACHE = BIT(0), enumerator
Dsafexcel.c741 priv->flags |= EIP197_TRC_CACHE; in safexcel_hw_init()