Home
last modified time | relevance | path

Searched refs:crypt_get_cipher (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym33 crypt_get_cipher;
H A Dlibcryptsetup.h443 const char *crypt_get_cipher(struct crypt_device *cd);
H A Dsetup.c412 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
/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c592 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()