Function report |
Source Code:include\crypto\kpp.h |
Create Date:2022-07-28 18:26:48 |
| 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_compute_shared_secret() - Invoke kpp operation* Function invokes the specific kpp operation for computing the shared secret* for a given kpp algorithm.*@req: kpp key request* Return: zero on success; error code in case of error
Proto:static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct kpp_request * | req |
| 332 | tfm = crypto_kpp_reqtfm(req) |
| 333 | alg = crypto_kpp_alg(tfm) |
| 337 | crypto_stats_get(calg) |
| 338 | ret = compute_shared_secret(req) |
| 340 | Return ret |
| 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 |