Function report |
Source Code:include\crypto\kpp.h |
Create Date:2022-07-28 18:26:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kpp_request_alloc() - allocates kpp request*@tfm: KPP tfm handle allocated with crypto_alloc_kpp()*@gfp: allocation flags* Return: allocated handle in case of success or NULL in case of an error.
Proto:static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, gfp_t gfp)
Type:struct kpp_request
Parameter:
Type | Parameter | Name |
---|---|---|
struct crypto_kpp * | tfm | |
gfp_t | gfp |
176 | req = Allocation memory |
177 | If Value is more likely to compile time(req) Then kpp_request_set_tfm(req, tfm) |
180 | Return req |
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 |