Function report |
Source Code:fs\crypto\hkdf.c |
Create Date:2022-07-28 20:23:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Compute HKDF-Extract using the given master key as the input keying material,* and prepare an HMAC transform object keyed by the resulting pseudorandom key.* Afterwards, the keyed HMAC transform object can be used for HKDF-Expand many
Proto:int fscrypt_init_hkdf(struct fscrypt_hkdf *hkdf, const u8 *master_key, unsigned int master_key_size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fscrypt_hkdf * | hkdf | |
const u8 * | master_key | |
unsigned int | master_key_size |
83 | Go to err_free_tfm |
87 | If err Then Go to err_free_tfm |
91 | If err Then Go to err_free_tfm |
95 | Go to out |
97 | err_free_tfm : |
99 | out : |
101 | Return err |
Name | Describe |
---|---|
fscrypt_ioctl_add_key | Add a master encryption key to the filesystem, causing all files which were* encrypted with it to appear "unlocked" (decrypted) when accessed.* When adding a key for use by v1 encryption policies, this ioctl is |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |