Searched defs:get_crypto_device (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c251 static crypto_device *get_crypto_device(const char *uuid) { function
306 d = get_crypto_device(startswith(value, "luks-") ? value+5 : value);
316 d = get_crypto_device(uuid);
330 d = get_crypto_device(uuid);
344 d = get_crypto_device(uuid);

Completed in 11 milliseconds