Function report |
Source Code:include\crypto\kpp.h |
Create Date:2022-07-28 18:26:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rypto_kpp_set_secret() - Invoke kpp operation* Function invokes the specific kpp operation for a given alg.*@tfm: tfm handle*@buffer: Buffer holding the packet representation of the private* key. The structure of the packet key depends on the particular
Proto:static inline int crypto_kpp_set_secret(struct crypto_kpp *tfm, const void *buffer, unsigned int len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct crypto_kpp * | tfm | |
const void * | buffer | |
unsigned int | len |
284 | alg = crypto_kpp_alg(tfm) |
288 | crypto_stats_get(calg) |
289 | ret = set_secret(tfm, buffer, len) |
291 | Return ret |
Name | Describe |
---|---|
__keyctl_dh_compute |
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 |