Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rand
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/include/
H
A
D
cryp_rsa.h
104
int mbedtls_get_random(hi_void *param, hi_u8 *
rand
, size_t size);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H
A
D
cryp_rsa.c
271
int mbedtls_get_random(hi_void *param, hi_u8 *
rand
, size_t size)
in mbedtls_get_random()
argument
278
hi_log_chk_param_return(
rand
== HI_NULL);
in mbedtls_get_random()
290
rand
[i + WORD_IDX_3] = (hi_u8)(randnum >> SHIFT_24BITS) & MAX_LOW_8BITS;
in mbedtls_get_random()
293
rand
[i + WORD_IDX_2] = (hi_u8)(randnum >> SHIFT_16BITS) & MAX_LOW_8BITS;
in mbedtls_get_random()
296
rand
[i + WORD_IDX_1] = (hi_u8)(randnum >> SHIFT_8BITS) & MAX_LOW_8BITS;
in mbedtls_get_random()
299
rand
[i + WORD_IDX_0] = (hi_u8)(randnum) & MAX_LOW_8BITS;
in mbedtls_get_random()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
prng.h
100
*buf++ =
rand
() & 0xFF;
in coap_prng_impl()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
stdlib.h
309
int
rand
(void);
316
* numbers to be returned by subsequent calls to
rand
().
548
* Define Maximum value returned by
rand
() to 0x7fffffff.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
arch.h
63
#define LWIP_RAND() ((u32_t)
rand
())
H
A
D
lwipopts.h
1643
#define LWIP_RAND
rand
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
linux_osl.c
1235
uint32
rand
;
in osl_rand()
local
1237
get_random_bytes(&
rand
, sizeof(
rand
));
in osl_rand()
1239
return
rand
;
in osl_rand()
Completed in 9 milliseconds