Searched refs:plain_cipher (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/contrib/cryptsetup/lib/ |
| H A D | setup.c | 28 char *plain_cipher; member 1062 cd->plain_cipher = strdup(cipher); in _crypt_format_plain() 1074 if (!cd->plain_cipher || !cd->plain_cipher_mode) in _crypt_format_plain() 1262 free(cd->plain_cipher); in crypt_free() 1665 cd->plain_cipher, cd->plain_cipher_mode, NULL, passphrase, passphrase_size, in crypt_activate_by_passphrase() 1770 cd->plain_cipher, cd->plain_cipher_mode, NULL, volume_key, volume_key_size, in crypt_activate_by_volume_key() 2027 return cd->plain_cipher; in crypt_get_cipher()
|