Home
last modified time | relevance | path

Searched refs:ivopts (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/Documentation/device-mapper/
Ddm-crypt.txt17 cipher[:keycount]-chainmode-ivmode[:ivopts]
29 capi:cipher_api_spec-ivmode[:ivopts]
/Linux-v4.19/drivers/md/
Ddm-crypt.c2395 char **ivmode, char **ivopts) in crypt_ctr_cipher_new() argument
2410 *ivopts = tmp; in crypt_ctr_cipher_new()
2445 char **ivmode, char **ivopts) in crypt_ctr_cipher_old() argument
2480 *ivopts = strsep(&tmp, "-"); in crypt_ctr_cipher_old()
2481 *ivmode = strsep(&*ivopts, ":"); in crypt_ctr_cipher_old()
2529 char *ivmode = NULL, *ivopts = NULL; in crypt_ctr_cipher() local
2539 ret = crypt_ctr_cipher_new(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
2541 ret = crypt_ctr_cipher_old(ti, cipher_in, key, &ivmode, &ivopts); in crypt_ctr_cipher()
2559 ret = cc->iv_gen_ops->ctr(cc, ti, ivopts); in crypt_ctr_cipher()