Home
last modified time | relevance | path

Searched refs:maxmem_bytes (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Dkdf.h89 # define EVP_PKEY_CTX_set_scrypt_maxmem_bytes(pctx, maxmem_bytes) \ argument
91 EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES, maxmem_bytes)
/third_party/openssl/providers/implementations/kdfs/
Dscrypt.c51 uint64_t maxmem_bytes; member
104 ctx->maxmem_bytes = 1025 * 1024 * 1024; in kdf_scrypt_init()
175 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive()
228 ctx->maxmem_bytes = u64_value; in kdf_scrypt_set_ctx_params()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_scrypt_N.pod51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be
52 set by using the parameters "N", "r", "p" and "maxmem_bytes",
DEVP_KDF.pod242 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
/third_party/openssl/doc/man7/
DEVP_KDF-SCRYPT.pod58 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
61 Both N and maxmem_bytes are parameters of type B<uint64_t>.
Dprovider-kdf.pod238 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
/third_party/openssl/include/openssl/
Dkdf.h132 uint64_t maxmem_bytes);
/third_party/openssl/doc/man1/
Dopenssl-kdf.pod.in170 -kdfopt maxmem_bytes:10485760 SCRYPT
/third_party/openssl/crypto/evp/
Dpmeth_lib.c1166 uint64_t maxmem_bytes) in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() argument
1171 maxmem_bytes); in EVP_PKEY_CTX_set_scrypt_maxmem_bytes()