Searched refs:ivmode (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/md/ |
D | dm-crypt.c | 2582 static int crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) in crypt_ctr_ivmode() argument 2595 else if (ivmode) { in crypt_ctr_ivmode() 2597 ivmode = NULL; in crypt_ctr_ivmode() 2601 if (ivmode == NULL) in crypt_ctr_ivmode() 2603 else if (strcmp(ivmode, "plain") == 0) in crypt_ctr_ivmode() 2605 else if (strcmp(ivmode, "plain64") == 0) in crypt_ctr_ivmode() 2607 else if (strcmp(ivmode, "plain64be") == 0) in crypt_ctr_ivmode() 2609 else if (strcmp(ivmode, "essiv") == 0) in crypt_ctr_ivmode() 2611 else if (strcmp(ivmode, "benbi") == 0) in crypt_ctr_ivmode() 2613 else if (strcmp(ivmode, "null") == 0) in crypt_ctr_ivmode() [all …]
|
/Linux-v5.10/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 231 ivmode = SS_IV_ARBITRARY; in sun4i_hash() 236 writel(op->mode | SS_ENABLED | ivmode, ss->base + SS_CTL); in sun4i_hash()
|
/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 21 cipher[:keycount]-chainmode-ivmode[:ivopts] 36 capi:cipher_api_spec-ivmode[:ivopts]
|