Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\random.h Create Date:2022-07-28 05:51:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

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

Proto:static inline int get_random_bytes_wait(void *buf, int nbytes)

Type:int

Parameter:

TypeParameterName
void *buf
intnbytes
90  ret = wait_for_random_bytes()
91  get_random_bytes(buf, nbytes)
92  Return ret
Caller
NameDescribe
big_key_preparsePreparse a big key