Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
void * | buf | |
int | nbytes |
90 | ret = wait_for_random_bytes() |
91 | get_random_bytes(buf, nbytes) |
92 | Return ret |
Name | Describe |
---|---|
big_key_preparse | Preparse a big 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 |