Searched refs:crypt_format (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/contrib/cryptsetup/lib/ |
| H A D | libcryptsetup.sym | 14 crypt_format;
|
| H A D | libcryptsetup.h | 155 int crypt_format(struct crypt_device *cd,
|
| H A D | setup.c | 774 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 D | api-test.c | 556 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, ¶ms)); in AddDevicePlain() 684 OK_(crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, key_size, ¶ms)); in AddDeviceLuks() 750 OK_(crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, key_size, ¶ms)); in NonFIPSAlg()
|
| /dflybsd-src/contrib/cryptsetup/src/ |
| H A D | cryptsetup.c | 367 if ((r = crypt_format(cd, CRYPT_LUKS1, cipher, cipher_mode, NULL, key, keysize, ¶ms))) in _action_luksFormat_useMK()
|