Searched refs:arg_cipher (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup.c42 static char *arg_cipher = NULL; variable
84 free(arg_cipher);
85 arg_cipher = t;
509 if (arg_cipher) {
512 l = strcspn(arg_cipher, "-");
513 truncated_cipher = strndup(arg_cipher, l);
518 cipher_mode = arg_cipher[l] ? arg_cipher+l+1 : "plain";
747 free(arg_cipher);

Completed in 1656 milliseconds