Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-crypt.c2852 else if (ivmode) { in crypt_ctr_ivmode()
2854 ivmode = NULL; in crypt_ctr_ivmode()
2858 if (ivmode == NULL) in crypt_ctr_ivmode()
2970 *ivmode = strrchr(tmp, '-'); in crypt_ctr_cipher_new()
2971 if (*ivmode) { in crypt_ctr_cipher_new()
2972 **ivmode = '\0'; in crypt_ctr_cipher_new()
2973 (*ivmode)++; in crypt_ctr_cipher_new()
2987 if (*ivmode && !strcmp(*ivmode, "lmk")) in crypt_ctr_cipher_new()
2990 if (*ivmode && !strcmp(*ivmode, "essiv")) { in crypt_ctr_cipher_new()
3062 *ivmode = "plain"; in crypt_ctr_cipher_old()
[all …]
/linux/drivers/crypto/allwinner/sun4i-ss/
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/Documentation/admin-guide/device-mapper/
A Ddm-crypt.rst21 cipher[:keycount]-chainmode-ivmode[:ivopts]
36 capi:cipher_api_spec-ivmode[:ivopts]

Completed in 15 milliseconds