Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-crypt.c2821 else if (ivmode) { in crypt_ctr_ivmode()
2823 ivmode = NULL; in crypt_ctr_ivmode()
2827 if (ivmode == NULL) in crypt_ctr_ivmode()
2939 *ivmode = strrchr(tmp, '-'); in crypt_ctr_cipher_new()
2940 if (*ivmode) { in crypt_ctr_cipher_new()
2941 **ivmode = '\0'; in crypt_ctr_cipher_new()
2942 (*ivmode)++; in crypt_ctr_cipher_new()
2956 if (*ivmode && !strcmp(*ivmode, "lmk")) in crypt_ctr_cipher_new()
2959 if (*ivmode && !strcmp(*ivmode, "essiv")) { in crypt_ctr_cipher_new()
3031 *ivmode = "plain"; in crypt_ctr_cipher_old()
[all …]
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; in sun4i_hash() local
233 ivmode = SS_IV_ARBITRARY; in sun4i_hash()
238 writel(op->mode | SS_ENABLED | ivmode, ss->base + SS_CTL); in sun4i_hash()
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst21 cipher[:keycount]-chainmode-ivmode[:ivopts]
36 capi:cipher_api_spec-ivmode[:ivopts]