Searched refs:ivmode (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/md/ |
D | dm-crypt.c | 2774 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode() argument 2787 else if (ivmode) { in crypt_ctr_ivmode() 2789 ivmode = NULL; in crypt_ctr_ivmode() 2793 if (ivmode == NULL) in crypt_ctr_ivmode() 2795 else if (strcmp(ivmode, "plain") == 0) in crypt_ctr_ivmode() 2797 else if (strcmp(ivmode, "plain64") == 0) in crypt_ctr_ivmode() 2799 else if (strcmp(ivmode, "plain64be") == 0) in crypt_ctr_ivmode() 2801 else if (strcmp(ivmode, "essiv") == 0) in crypt_ctr_ivmode() 2803 else if (strcmp(ivmode, "benbi") == 0) in crypt_ctr_ivmode() 2805 else if (strcmp(ivmode, "null") == 0) in crypt_ctr_ivmode() [all …]
|
/Linux-v6.6/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-hash.c | 191 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-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 21 cipher[:keycount]-chainmode-ivmode[:ivopts] 36 capi:cipher_api_spec-ivmode[:ivopts]
|