| 870 | |
| 871 | #if defined(__linux__) |
| 872 | FSCryptContextRef Inode::init_fscrypt_ctx(FSCrypt *fscrypt) |
| 873 | { |
| 874 | return fscrypt->init_ctx(fscrypt_auth); |
| 875 | } |
| 876 | |
| 877 | void Inode::gen_inherited_fscrypt_auth(std::vector<uint8_t> *fsa) |
| 878 | { |
no test coverage detected