Function report |
Source Code:lib\hexdump.c |
Create Date:2022-07-28 06:26:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hex2bin - convert an ascii hexadecimal string to its binary representation*@dst: binary result*@src: ascii hexadecimal string*@count: result length* Return 0 on success, -EINVAL in case of bad input.
Proto:int hex2bin(u8 *dst, const char *src, size_t count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
u8 * | dst | |
const char * | src | |
size_t | count |
47 | hi = hex_to_bin - convert a hex digit to its real value*@ch: ascii character represents hex digit* hex_to_bin() converts one hex digit to its actual value or -1 in case of bad* input. |
55 | Return 0 |
Name | Describe |
---|---|
getoptions | an have zero or more token= options |
datablob_parse | datablob_parse - parse the keyctl data and fill in the* payload and options structures* On success returns 0, otherwise -EINVAL. |
encrypted_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 |