Home
last modified time | relevance | path

Searched refs:crypt_format (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym14 crypt_format;
H A Dlibcryptsetup.h155 int crypt_format(struct crypt_device *cd,
H A Dsetup.c774 r = crypt_format(cd, CRYPT_LUKS1, cipherName, cipherMode, in crypt_luksFormat()
1122 int crypt_format(struct crypt_device *cd, in crypt_format() function
/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c556 OK_(crypt_format(cd, CRYPT_PLAIN, cipher, cipher_mode, NULL, NULL, key_size, NULL)); in AddDevicePlain()
567 OK_(crypt_format(cd, CRYPT_PLAIN, cipher, cipher_mode, NULL, NULL, key_size, &params)); in AddDevicePlain()
684 OK_(crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, key_size, &params)); in AddDeviceLuks()
750 OK_(crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, key_size, &params)); in NonFIPSAlg()
/dflybsd-src/contrib/cryptsetup/src/
H A Dcryptsetup.c367 if ((r = crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, keysize, &params))) in _action_luksFormat_useMK()