Searched refs:maxmem_bytes (Results 1 – 9 of 9) sorted by relevance
52 uint64_t maxmem_bytes; member121 dest->maxmem_bytes = src->maxmem_bytes; in kdf_scrypt_dup()140 ctx->maxmem_bytes = 1025 * 1024 * 1024; in kdf_scrypt_init()207 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive()260 ctx->maxmem_bytes = u64_value; in kdf_scrypt_set_ctx_params()
51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be52 set by using the parameters "N", "r", "p" and "maxmem_bytes",
248 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
132 uint64_t maxmem_bytes);
58 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>61 Both N and maxmem_bytes are parameters of type B<uint64_t>.
238 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
74 'field' => "ctx->maxmem_bytes",
195 -kdfopt maxmem_bytes:10485760 SCRYPT
1238 uint64_t maxmem_bytes) in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() argument1243 maxmem_bytes); in EVP_PKEY_CTX_set_scrypt_maxmem_bytes()
Completed in 22 milliseconds