Home
last modified time | relevance | path

Searched refs:bch_key (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dchecksum.c156 int bch2_chacha_encrypt_key(struct bch_key *key, struct nonce nonce, in bch2_chacha_encrypt_key()
512 static int __bch2_request_key(char *key_description, struct bch_key *key) in __bch2_request_key()
538 static int __bch2_request_key(char *key_description, struct bch_key *key) in __bch2_request_key()
569 int bch2_request_key(struct bch_sb *sb, struct bch_key *key) in bch2_request_key()
618 struct bch_key *key) in bch2_decrypt_sb_key()
621 struct bch_key user_key; in bch2_decrypt_sb_key()
681 struct bch_key key; in bch2_disable_encryption()
713 struct bch_key user_key; in bch2_enable_encryption()
780 struct bch_key key; in bch2_fs_encryption_init()
H A Dchecksum.h72 int bch2_chacha_encrypt_key(struct bch_key *, struct nonce, void *, size_t);
73 int bch2_request_key(struct bch_sb *, struct bch_key *);
104 struct bch_key *);
H A Dbcachefs_format.h560 struct bch_key { struct
572 struct bch_key key; argument