Home
last modified time | relevance | path

Searched refs:maxmem (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/evp/
H A Dpbe_scrypt.c39 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt_ex() argument
63 if (maxmem == 0) in EVP_PBE_scrypt_ex()
64 maxmem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt_ex()
81 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_MAXMEM, &maxmem); in EVP_PBE_scrypt_ex()
92 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt() argument
95 return EVP_PBE_scrypt_ex(pass, passlen, salt, saltlen, N, r, p, maxmem, in EVP_PBE_scrypt()
/openssl/test/recipes/30-test_evp_data/
H A Devppbe_scrypt.txt42 # uncomment out the "maxmem" line and comment out the "Result"
52 #maxmem = 10000000000
/openssl/providers/implementations/kdfs/
H A Dscrypt.c39 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,
445 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in scrypt_alg() argument
511 if (maxmem > SIZE_MAX) in scrypt_alg()
512 maxmem = SIZE_MAX; in scrypt_alg()
514 if (Blen + Vlen > maxmem) { in scrypt_alg()
/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_scrypt_N.pod26 uint64_t maxmem);
H A DPKCS5_PBE_keyivgen.pod33 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,
37 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,
/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod60 These parameters configure the scrypt work factors N, r, maxmem and p.
H A Dprovider-kdf.pod240 Sets the scrypt work factor parameter maxmem in the associated KDF ctx.
/openssl/doc/designs/
H A Dfast-param-find.md315 if (!OSSL_PARAM_set_uint64(p, &ctx->maxmem)
/openssl/test/
H A Devp_kdf_test.c864 unsigned int nu = 1024, ru = 8, pu = 16, maxmem = 16; in test_kdf_scrypt() local
883 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_SCRYPT_MAXMEM, &maxmem); in test_kdf_scrypt()
H A Devp_test.c2876 uint64_t N, r, p, maxmem; member
2929 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
3052 expected->maxmem, key, expected->key_len) == 0) { in pbe_test_run()
/openssl/include/openssl/
H A Devp.h1516 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,
1520 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,

Completed in 42 milliseconds