diff options
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ char *read_passphrase(const char *); void derive_passphrase(struct bch_sb_field_crypt *, struct bch_key *, const char *); +void add_bcache_key(struct bch_sb *, const char *); void bch_sb_crypt_init(struct bch_sb *sb, struct bch_sb_field_crypt *, const char *); |