OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:known_salt
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_mutl.c
462
unsigned char *
known_salt
= NULL;
local
490
known_salt
= OPENSSL_malloc(saltlen);
491
if (
known_salt
== NULL)
494
if (RAND_bytes_ex(NULL,
known_salt
, saltlen, 0) <= 0) {
502
alg = PKCS5_pbkdf2_set(iter, salt ? salt :
known_salt
, saltlen, prf_nid, keylen);
506
if (pkcs12_setup_mac(p12, iter, salt ? salt :
known_salt
, saltlen,
548
OPENSSL_free(
known_salt
);
Completed in 53 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026