函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\random.h Create Date:2022-07-27 06:51:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Calls wait_for_random_bytes() and then calls get_random_bytes(buf, nbytes).* Returns the result of the call to wait_for_random_bytes.

函数原型:static inline int get_random_bytes_wait(void *buf, int nbytes)

返回类型:int

参数:

类型参数名称
void *buf
intnbytes
90  ret等于wait_for_random_bytes()
91  get_random_bytes(buf, nbytes)
92  返回:ret
调用者
名称描述
big_key_preparsePreparse a big key
curve25519_generate_secret