Searched refs:maxmem_bytes (Results 1 – 3 of 3) sorted by relevance
28 uint64_t maxmem_bytes; member73 kctx->maxmem_bytes = 1025 * 1024 * 1024; in pkey_scrypt_init()158 kctx->maxmem_bytes = u64_value; in pkey_scrypt_ctrl()233 kctx->maxmem_bytes, key, *keylen); in pkey_scrypt_derive()
89 # define EVP_PKEY_CTX_set_scrypt_maxmem_bytes(pctx, maxmem_bytes) \ argument91 EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES, maxmem_bytes)
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",