Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c2939 char **ivmode, char **ivopts) in crypt_ctr_auth_cipher()
2949 * capi:cipher_api_spec-iv:ivopts in crypt_ctr_cipher_new() argument
2954 *ivopts = strrchr(tmp, ':'); in crypt_ctr_cipher_new()
2955 if (*ivopts) { in crypt_ctr_cipher_new()
2956 **ivopts = '\0'; in crypt_ctr_cipher_new()
2957 (*ivopts)++; in crypt_ctr_cipher_new()
2981 if (!*ivopts) { in crypt_ctr_cipher_new()
2986 cipher_api, *ivopts); in crypt_ctr_cipher_new()
3012 char **ivmode, char **ivopts) in crypt_ctr_cipher_new()
3027 * cipher[:keycount]-mode-iv:ivopts in crypt_ctr_cipher_old()
3022 crypt_ctr_cipher_old(struct dm_target * ti,char * cipher_in,char * key,char ** ivmode,char ** ivopts) crypt_ctr_cipher_old() argument
3109 char *ivmode = NULL, *ivopts = NULL; crypt_ctr_cipher() local
[all...]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst21 cipher[:keycount]-chainmode-ivmode[:ivopts]
36 capi:cipher_api_spec-ivmode[:ivopts]