Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/caam/
Dcaamalg_qi.c77 bool xts_key_fallback; member
752 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
754 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1437 ctx->xts_key_fallback)) { in skcipher_crypt()
Dcaamalg.c127 bool xts_key_fallback; member
858 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
860 if (ctrlpriv->era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1830 ctx->xts_key_fallback)) { in skcipher_crypt()
Dcaamalg_qi2.c90 bool xts_key_fallback; member
1079 ctx->xts_key_fallback = true; in xts_skcipher_setkey()
1081 if (priv->sec_attr.era <= 8 || ctx->xts_key_fallback) { in xts_skcipher_setkey()
1494 ctx->xts_key_fallback)) { in skcipher_encrypt()
1544 ctx->xts_key_fallback)) { in skcipher_decrypt()