Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/caam/
Dcaamalg_qi.c72 bool xts_key_fallback; member
747 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
749 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1421 ctx->xts_key_fallback)) { in skcipher_crypt()
Dcaamalg.c119 bool xts_key_fallback; member
848 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
850 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1803 ctx->xts_key_fallback)) { in skcipher_crypt()
Dcaamalg_qi2.c85 bool xts_key_fallback; member
1073 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
1075 if (priv->sec_attr.era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1488 ctx->xts_key_fallback)) { in skcipher_encrypt()
1538 ctx->xts_key_fallback)) { in skcipher_decrypt()