Function report |
Source Code:include\crypto\hash.h |
Create Date:2022-07-28 05:46:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ahash_request_set_tfm() - update cipher handle reference in request*@req: request handle to be modified*@tfm: cipher handle that shall be added to the request handle* Allow the caller to replace the existing ahash handle in the request
Proto:static inline void ahash_request_set_tfm(struct ahash_request *req, struct crypto_ahash *tfm)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ahash_request * | req | |
struct crypto_ahash * | tfm |
561 | tfm = crypto_ahash_tfm(tfm) |
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 |