OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ossl_pers_string
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg.c
39
static const char
ossl_pers_string
[] = DRBG_DEFAULT_PERS_STRING;
variable
383
pers = (const unsigned char *)
ossl_pers_string
;
384
perslen = sizeof(
ossl_pers_string
);
/src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg.c
40
static const char
ossl_pers_string
[] = DRBG_DEFAULT_PERS_STRING;
variable
366
pers = (const unsigned char *)
ossl_pers_string
;
367
perslen = sizeof(
ossl_pers_string
);
/src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c
70
static const char
ossl_pers_string
[] = "OpenSSL NIST SP 800-90A DRBG";
variable
524
(const unsigned char *)
ossl_pers_string
,
525
sizeof(
ossl_pers_string
) - 1);
882
(const unsigned char *)
ossl_pers_string
,
883
sizeof(
ossl_pers_string
) - 1);
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026