函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\crypto\keysetup_v1.c Create Date:2022-07-29 10:57:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fscrypt_setup_v1_file_key

函数原型:int fscrypt_setup_v1_file_key(struct fscrypt_info *ci, const u8 *raw_master_key)

返回类型:int

参数:

类型参数名称
struct fscrypt_info *ci
const u8 *raw_master_key
309  如果flags按位与FSCRYPT_POLICY_FLAG_DIRECT_KEY则返回:v1 policy, DIRECT_KEY: use the master key directly
311  否则返回:v1 policy, !DIRECT_KEY: derive the file's encryption key
调用者
名称描述
fscrypt_setup_v1_file_key_via_subscribed_keyrings