Searched refs:ivopts (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-crypt.txt | 17 cipher[:keycount]-chainmode-ivmode[:ivopts] 29 capi:cipher_api_spec-ivmode[:ivopts]
|
/Linux-v4.19/drivers/md/ |
D | dm-crypt.c | 2395 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()
|