Function report |
Source Code:security\keys\request_key.c |
Create Date:2022-07-28 18:23:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mplete_request_key - Complete the construction of a key.*@authkey: The authorisation key.*@error: The success or failute of the construction.* Complete the attempt to construct a key. The key will be negated* if an error is indicated
Proto:void complete_request_key(struct key *authkey, int error)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct key * | authkey | |
int | error |
58 | rka = get_request_key_auth(authkey) |
59 | key = target_key |
61 | kenter("%d{%d},%d", key serial number , key serial number , error) |
63 | If error < 0 Then key_negate_and_link(key, default timeout on a negative key's existence , NULL, authkey) |
65 | Else key_revoke - Revoke a key |
Name | Describe |
---|---|
call_sbin_request_key | Request userspace finish the construction of a key* - execute "/sbin/request-key |
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 |