Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c51 uint64_t maxmem_bytes; member
106 ctx->maxmem_bytes = 1025 * 1024 * 1024; in kdf_scrypt_init()
176 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive()
229 ctx->maxmem_bytes = u64_value; in kdf_scrypt_set_ctx_params()
/freebsd-14.2/crypto/openssl/doc/man3/
H A 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",
H A DEVP_KDF.pod248 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
/freebsd-14.2/crypto/openssl/doc/man7/
H A 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>.
H A Dprovider-kdf.pod238 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dkdf.h132 uint64_t maxmem_bytes);
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-kdf.pod.in195 -kdfopt maxmem_bytes:10485760 SCRYPT
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1251 uint64_t maxmem_bytes) in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() argument
1256 maxmem_bytes); in EVP_PKEY_CTX_set_scrypt_maxmem_bytes()