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

/systemd/src/cryptsetup/
H A Dcryptsetup.c498 _cleanup_free_ char *truncated_cipher = NULL; local
513 truncated_cipher = strndup(arg_cipher, l);
514 if (!truncated_cipher)
517 cipher = truncated_cipher;

Completed in 1757 milliseconds