Function report |
Source Code:include\crypto\skcipher.h |
Create Date:2022-07-28 06:47:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rypto_skcipher_reqtfm() - obtain cipher handle from request*@req: skcipher_request out of which the cipher handle is to be obtained* Return the crypto_skcipher handle when furnishing an skcipher_request* data structure.* Return: crypto_skcipher handle
Proto:static inline struct crypto_skcipher *crypto_skcipher_reqtfm(struct skcipher_request *req)
Type:struct crypto_skcipher
Parameter:
Type | Parameter | Name |
---|---|---|
struct skcipher_request * | req |
Name | Describe |
---|---|
derived_key_encrypt | Before returning data to userspace, encrypt decrypted data. |
derived_key_decrypt |
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 |