Searched refs:ivmode (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/md/ |
D | dm-crypt.c | 2159 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode() argument 2172 else if (ivmode) { in crypt_ctr_ivmode() 2174 ivmode = NULL; in crypt_ctr_ivmode() 2178 if (ivmode == NULL) in crypt_ctr_ivmode() 2180 else if (strcmp(ivmode, "plain") == 0) in crypt_ctr_ivmode() 2182 else if (strcmp(ivmode, "plain64") == 0) in crypt_ctr_ivmode() 2184 else if (strcmp(ivmode, "plain64be") == 0) in crypt_ctr_ivmode() 2186 else if (strcmp(ivmode, "essiv") == 0) in crypt_ctr_ivmode() 2188 else if (strcmp(ivmode, "benbi") == 0) in crypt_ctr_ivmode() 2190 else if (strcmp(ivmode, "null") == 0) in crypt_ctr_ivmode() [all …]
|
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 178 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, wb = 0, v, ivmode = 0; in sun4i_hash() local 217 ivmode = SS_IV_ARBITRARY; in sun4i_hash() 222 writel(op->mode | SS_ENABLED | ivmode, ss->base + SS_CTL); in sun4i_hash()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 21 cipher[:keycount]-chainmode-ivmode[:ivopts] 36 capi:cipher_api_spec-ivmode[:ivopts]
|