函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\hexdump.c Create Date:2022-07-27 07:23:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: 二进制表示ASCII码的十六进制字符串

函数原型:int hex2bin(u8 *dst, const char *src, size_t count)

返回类型:int

参数:

类型参数名称
u8 *dst
const char *src
size_tcount
46 count自减循环
47  hi等于十六进制数字转换为实数
48  lo等于十六进制数字转换为实数
50  如果hi小于0或lo小于0则返回:负EINVAL
53  dst自加等于hi左移4位按位或lo
55  返回:0
调用者
名称描述
getoptionsan have zero or more token= options
datablob_parsedatablob_parse - parse the keyctl data and fill in the* payload and options structures* On success returns 0, otherwise -EINVAL.
encrypted_key_decrypt