Home
last modified time | relevance | path

Searched refs:SCRYPT_MAX_MEM (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpbe_scrypt.c23 #ifdef SCRYPT_MAX_MEM
24 # if SCRYPT_MAX_MEM == 0
25 # undef SCRYPT_MAX_MEM macro
30 # define SCRYPT_MAX_MEM (SIZE_MAX/2) macro
34 # define SCRYPT_MAX_MEM (1024 * 1024 * 32) macro
64 maxmem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt_ex()
/third_party/openssl/crypto/evp/
H A Dpbe_scrypt.c23 #ifdef SCRYPT_MAX_MEM
24 # if SCRYPT_MAX_MEM == 0
25 # undef SCRYPT_MAX_MEM macro
30 # define SCRYPT_MAX_MEM (SIZE_MAX/2) macro
34 # define SCRYPT_MAX_MEM (1024 * 1024 * 32) macro
64 maxmem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt_ex()

Completed in 1 milliseconds