Searched refs:crypt_get_cipher (Results 1 – 4 of 4) sorted by relevance
33 crypt_get_cipher;
443 const char *crypt_get_cipher(struct crypt_device *cd);
412 if (asprintf(&cipher, "%s-%s", crypt_get_cipher(cd), in open_from_hdr_and_mk()2024 const char *crypt_get_cipher(struct crypt_device *cd) in crypt_get_cipher() function
592 OK_(strcmp(cipher, crypt_get_cipher(cd))); in AddDevicePlain()616 OK_(strcmp("aes", crypt_get_cipher(cd))); in UseLuksDevice()717 OK_(strcmp(cipher, crypt_get_cipher(cd))); in AddDeviceLuks()