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

/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c384 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) {
453 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) {
1048 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && sreq->needs_inv);
1081 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && sreq->needs_inv);
1169 if (priv->flags & EIP197_TRC_CACHE && ctx->base.needs_inv) {
1248 if (priv->flags & EIP197_TRC_CACHE) {
1268 if (priv->flags & EIP197_TRC_CACHE) {
1373 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma) {
1442 if (priv->flags & EIP197_TRC_CACHE && ctx->base.ctxr_dma)
1541 if (priv->flags & EIP197_TRC_CACHE
[all...]
H A Dsafexcel_hash.c283 if (priv->flags & EIP197_TRC_CACHE)
575 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && req->needs_inv);
699 if (priv->flags & EIP197_TRC_CACHE && !ctx->base.needs_inv &&
971 if (priv->flags & EIP197_TRC_CACHE) {
1179 if (priv->flags & EIP197_TRC_CACHE && base->ctxr &&
H A Dsafexcel.h792 EIP197_TRC_CACHE = BIT(0), enumerator in enum:safexcel_flags
H A Dsafexcel.c1549 priv->flags |= EIP197_TRC_CACHE;

Completed in 203 milliseconds