EVP_PKEY_CTX_set_scrypt_N
int EVP_PKEY_CTX_set_scrypt_N(EVP_PKEY_CTX *ctx, uint64_t n);
if (EVP_PKEY_CTX_set_scrypt_N(pctx, 1024) <= 0) {