Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\encrypted-keys\ecryptfs_format.c Create Date:2022-07-28 18:34:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ryptfs_get_versions()* Source code taken from the software 'ecryptfs-utils' version 83.

Proto:void ecryptfs_get_versions(int *major, int *minor, int *file_version)

Type:void

Parameter:

TypeParameterName
int *major
int *minor
int *file_version
33  major = Version verification for shared data structures w/ userspace
34  minor = ECRYPTFS_VERSION_MINOR
35  If file_version Then file_version = ECRYPTFS_SUPPORTED_FILE_VERSION
Caller
NameDescribe
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.