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:reseed_time
(Results
1 - 5
of
5
) sorted by relevance
/third_party/openssl/test/
H
A
D
drbgtest.c
122
static time_t
reseed_time
(EVP_RAND_CTX *drbg)
in reseed_time()
function
264
if (!TEST_time_t_le(before_reseed,
reseed_time
(primary))
in test_drbg_reseed()
265
|| !TEST_time_t_le(
reseed_time
(primary), after_reseed))
in test_drbg_reseed()
269
if (!TEST_time_t_ge(
reseed_time
(public),
reseed_time
(primary))
in test_drbg_reseed()
270
|| !TEST_time_t_ge(
reseed_time
(private),
reseed_time
(primary)))
in test_drbg_reseed()
654
* before_reseed <=
reseed_time
(primary) will fail if the time value happens
in test_rand_reseed()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H
A
D
drbg.c
470
drbg->
reseed_time
= time(NULL);
in ossl_prov_drbg_instantiate()
593
drbg->
reseed_time
= time(NULL);
in ossl_prov_drbg_reseed()
665
if (now < drbg->
reseed_time
in ossl_prov_drbg_generate()
666
|| now - drbg->
reseed_time
>= drbg->reseed_time_interval)
in ossl_prov_drbg_generate()
905
if (p != NULL && !OSSL_PARAM_set_time_t(p, drbg->
reseed_time
))
in ossl_drbg_get_ctx_params()
H
A
D
drbg_local.h
147
time_t
reseed_time
;
member
/third_party/openssl/providers/implementations/rands/
H
A
D
drbg.c
470
drbg->
reseed_time
= time(NULL);
in ossl_prov_drbg_instantiate()
593
drbg->
reseed_time
= time(NULL);
in ossl_prov_drbg_reseed()
665
if (now < drbg->
reseed_time
in ossl_prov_drbg_generate()
666
|| now - drbg->
reseed_time
>= drbg->reseed_time_interval)
in ossl_prov_drbg_generate()
905
if (p != NULL && !OSSL_PARAM_set_time_t(p, drbg->
reseed_time
))
in ossl_drbg_get_ctx_params()
H
A
D
drbg_local.h
147
time_t
reseed_time
;
member
Completed in 5 milliseconds