函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\encrypted-keys\ecryptfs_format.c Create Date:2022-07-27 20:08:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ryptfs_get_versions()* Source code taken from the software 'ecryptfs-utils' version 83.

函数原型:void ecryptfs_get_versions(int *major, int *minor, int *file_version)

返回类型:void

参数:

类型参数名称
int *major
int *minor
int *file_version
33  major等于Version verification for shared data structures w/ userspace
34  minor等于ECRYPTFS_VERSION_MINOR
35  如果file_versionfile_version等于ECRYPTFS_SUPPORTED_FILE_VERSION
调用者
名称描述
ecryptfs_fill_auth_tokryptfs_fill_auth_tok - fill the ecryptfs_auth_tok structure* Fill the ecryptfs_auth_tok structure with required ecryptfs data.* The source code is inspired to the original function generate_payload()* shipped with the software 'ecryptfs-utils' version 83.