Searched defs:truncated_cipher (Results 1 - 1 of 1) sorted by relevance
/systemd/src/cryptsetup/ | ||
H A D | cryptsetup.c | 498 _cleanup_free_ char *truncated_cipher = NULL; local 513 truncated_cipher = strndup(arg_cipher, l); 514 if (!truncated_cipher) 517 cipher = truncated_cipher; |
Completed in 12 milliseconds