| 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:HKDF-Extract (RFC 5869 section 2.2), unsalted
Proto:static int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, unsigned int ikmlen, u8 prk[64])
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct crypto_shash * | hmac_tfm | |
| const u8 * | ikm | |
| unsigned int | ikmlen | |
| u8 | prk | 
| 56 | shash_desc_zero(desc) | 
| 57 | Return err | 
| Name | Describe | 
|---|---|
| fscrypt_init_hkdf | 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 | 
| 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 |